#1E4477

Color #1E4477 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1E4477

Tints of Dark Cerulean #1E4477

Color information

#1E4477 (or 0x1E4477) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 44 and 77. RGB value is (30,68,119). Sum of RGB (Red+Green+Blue) = 30+68+119=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4477 is #E1BB88. Grayscale: #3E3E3E. Windows color (decimal): -14793609 or 7816222. OLE color: 7816222.

HSL color Cylindrical-coordinate representation of color #1E4477: hue angle of 214.38º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4477 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3068119-
CMYK0.750.4300.53
HSL214.38º59.73%29.22%-
HSV(B)214.38º74.79%46.67%-
XYZ5.935.7418.25-
YUV62.45159.91104.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=13.82%
G=31.34%
B=54.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30681190.750.4300.53214.3859.7329.22
Hex1E44774B2B035d63c1d
Octal36104167113530653267435
Binary1111010001001110111100101110101101101011101011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E4477; }

 p { color: rgb(30,68,119); }

 H1.HeaderClassName
 {
   color: #1E4477;
 }
 .AnyTagClassName
 {
   color: #1E4477;
 }
</style>
background-color css

<style>
 a { background-color: #1E4477; }

 a { background-color: rgb(30,68,119); }

 div.DivClassName
 {
   background-color: #1E4477;
 }
 .BgClassName
 {
   background-color: #1E4477;
 }
</style>
border-color css

<style>
 span { border-color: #1E4477; }

 span { border-color: rgb(30,68,119); }

 td.TdClassName
 {
   border-color: #1E4477;
 }
 .TagClassName
 {
   border-color: #1E4477;
 }
</style>