COLOR #1252B2

HEX: #1252B2 RGB: (18,82,178)

Color info

#1252B2 contains mainly blue color. Web safe color of #1252B2 is #006699 (or #069).

RGB color model

#1252B2 color RGB value is (18,82,178).

RGB: (18,82,178) (7%, 32%, 70%)

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 178 of 255 = 70%

18
82
178

R + G + B ~ 36%. #1252B2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 82 + 178 = 278 (100%)
R 18 of 278 ~ 6.47%
G 82 of 278 ~ 29.5%
B 178 of 278 ~ 64.03'%

%29.5
%64.03

CMYK color model

#1252B2 color CMYK value is (90,54,0,30).

  • cyan value is 89.89%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (90,54,0,30)
C90M54Y0K30 (90%, 54%, 0%, 30%)
(0.90 / 0.54 / 0.00 / 0.30)

CMYK percentages

%89.89
%53.93
%0
%30.2

Codes

Color #1252B2 in popluar color models

12 52 B2
RGB 18 82 178
HSL 216° 81.63% 38.43%
HSB/HSV 216° 89.89% 69.80%
CMYK 89.89% 53.93% 0.00%
30.20%

Color #1252B2 in popluar number systems.

HEX 12 52 B2
Decimal 18 82 178
Binary 10010 1010010 10110010
Octal 22 122 262

Shades and tints

Shades of #1252B2

#1252B2
(18,82,178)
#114BA2
(17,75,162)
#104492
(16,68,146)
#0F3D82
(15,61,130)
#0E3672
(14,54,114)
#0D2F62
(13,47,98)
#0C2852
(12,40,82)
#0B2142
(11,33,66)
#0A1A32
(10,26,50)
#091322
(9,19,34)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #1252B2

#1252B2
(18,82,178)
#2761B9
(39,97,185)
#3C70C0
(60,112,192)
#517FC7
(81,127,199)
#668ECE
(102,142,206)
#7B9DD5
(123,157,213)
#90ACDC
(144,172,220)
#A5BBE3
(165,187,227)
#BACAEA
(186,202,234)
#CFD9F1
(207,217,241)
#E4E8F8
(228,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1252B2 color. Also use rgb(18,82,178) instead hex code.

Text Font Color

.myTextColor { color: #1252B2; }

<p style="color:#1252B2">This sample text font color is #1252B2.</p>

This text font color is #1252B2.

Background Color

.myBgColor { background-color: #1252B2; }

<div style="background-color:#1252B2">Inner text</div>

This div background color is #1252B2.

Border color

.myBorderColor { border: 1px solid #1252B2; }

<div style="border:3px solid #1252B2">Div</div>

This div border color is #1252B2.

Opacity

.myOpacity80 { color: #1252B2; opacity: 0.8; }

<p style="color:#1252B2;opacity:0.8;">80%</p>

Text with #1252B2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1252B2;}

<p style="text-shadow: 3px 3px 1px #1252B2">Text here.</p>

This text has shadow with #1252B2 color.


.textShadow {text-shadow: 3px 3px 1px #1252B2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1252B2, 5px 5px 20px red">Text here.</p>

This text has shadow with #1252B2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1252B2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1252B2, Direction=45, Strength=4)">Text</p>

This text has shadow with #1252B2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #1252B2;
-webkit-box-shadow: 1px 1px 3px 2px #1252B2;
box-shadow: 1px 1px 3px 2px #1252B2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1252B2; -webkit-box-shadow: 1px 1px 3px 2px #1252B2; box-shadow:1px 1px 3px 2px #1252B2;">
Div content here
</div>

This div box has shadow with color #1252B2.

Preview

Color preview on black background

This text has color #1252B2 on black background.


Color preview on white background

This text has color #1252B2 on white background.


Black color preview on #1252B2 background

This text has black color on #1252B2 background.


White color preview on #1252B2 background

This text has white color on #1252B2 background.


Related colors

Complementary color

Complementary color for #hex is #EDAD4D.


I love getcolorcode.com

Triadic colors

1 #B21252 and #52B212 with #1252B2 are triadic colors.

2 #B25212 and #5212B2 with #1252B2 are triadic colors.