COLOR #1852A7

HEX: #1852A7
RGB: (24,82,167)

Color info

#1852A7 contains mainly blue color. Web safe color of #1852A7 is #006699 (or #069).

RGB color model

#1852A7 color RGB value is (24,82,167).

  • red value is 24;
  • green value is 82;
  • blue value is 167.
RGB:
(24,82,167)
(9%,32%,65%)

RGB channels and saturation

R 24 of 255 = 9%
G 82 of 255 = 32%
B 167 of 255 = 65%

24
82
167

R + G + B ~ 35%. #1852A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 82 + 167 = 273 (100%)
R 24 of 273 ~ 8.79%
G 82 of 273 ~ 30.04%
B 167 of 273 ~ 61.17%

%30.04
%61.17

CMYK color model

#1852A7 color CMYK value is (86,51,0,35).

  • cyan value is 85.63%
  • magenta value is 50.90%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(86,51,0,35)
C86M51Y0K35 
(86%,51%,0%,35%)
(0.86/0.51/0.00/0.35)	

CMYK percentages

%85.63
%50.9
%0
%34.51

Codes

Color #1852A7 in popluar color models

1852A7
RGB2482167
HSL216°74.87%37.45%
HSB/HSV216°85.63%65.49%
CMYK85.63%50.90%0.00%
34.51%

Color #1852A7 in popluar number systems.

HEX1852A7
Decimal2482167
Binary11000101001010100111
Octal30122247

Shades and tints

Shades of #1852A7

#1852A7
(24,82,167)
#164B98
(22,75,152)
#144489
(20,68,137)
#123D7A
(18,61,122)
#10366B
(16,54,107)
#0E2F5C
(14,47,92)
#0C284D
(12,40,77)
#0A213E
(10,33,62)
#081A2F
(8,26,47)
#061320
(6,19,32)
#040C11
(4,12,17)
#000000
(0,0,0)

Tints of #1852A7

#1852A7
(24,82,167)
#2D61AF
(45,97,175)
#4270B7
(66,112,183)
#577FBF
(87,127,191)
#6C8EC7
(108,142,199)
#819DCF
(129,157,207)
#96ACD7
(150,172,215)
#ABBBDF
(171,187,223)
#C0CAE7
(192,202,231)
#D5D9EF
(213,217,239)
#EAE8F7
(234,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1852A7 color. Also use rgb(24,82,167) instead hex code.

Text Font Color

.myTextColor { color: #1852A7; }

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

This text font color is #1852A7.


Background Color

.myBgColor { background-color: #1852A7; }

<div style="background-color:#1852A7">Inner text</div>

This div background color is #1852A7.


Border color

.myBorderColor { border: 1px solid #1852A7; }

<div style="border:3px solid #1852A7">Div</div>

This div border color is #1852A7.


Opacity

.myOpacity80 { color: #1852A7; opacity: 0.8; }

<p style="color:#1852A7;opacity:0.8;">80%</p>

Text with #1852A7 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 #1852A7;}

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

This text has shadow with #1852A7 color.

.textShadow {text-shadow: 3px 3px 1px #1852A7, 3px 3px 1px red;}

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

This text has shadow with #1852A7 primary color and red secondary color.


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

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

This text has shadow with #1852A7 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1852A7;
-webkit-box-shadow: 1px 1px 3px 2px #1852A7;
box-shadow:1px 1px 3px 2px #1852A7;">
Div content here</div>
This div box has shadow with color #1852A7.

Preview

Color preview on black background

This text has color #1852A7 on black background.


Color preview on white background

This text has color #1852A7 on white background.



Black color preview on #1852A7 background

This text has black color on #1852A7 background.


White color preview on #1852A7 background

This text has white color on #1852A7 background.