#1E4377

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

Shades of Dark Cerulean #1E4377

Tints of Dark Cerulean #1E4377

Color information

#1E4377 (or 0x1E4377) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 43 and 77. RGB value is (30,67,119). Sum of RGB (Red+Green+Blue) = 30+67+119=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4377 is #E1BC88. Grayscale: #3D3D3D. Windows color (decimal): -14793865 or 7815966. OLE color: 7815966.

HSL color Cylindrical-coordinate representation of color #1E4377: hue angle of 215.06º 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 #1E4377 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3067119-
CMYK0.750.4400.53
HSL215.06º59.73%29.22%-
HSV(B)215.06º74.79%46.67%-
XYZ5.875.6218.23-
YUV61.86160.24105.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.89%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=13.89%
G=31.02%
B=55.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30671190.750.4400.53215.0659.7329.22
Hex1E43774B2C035d73c1d
Octal36103167113540653277435
Binary1111010000111110111100101110110001101011101011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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