#1E4376

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

Shades of Dark Cerulean #1E4376

Tints of Dark Cerulean #1E4376

Color information

#1E4376 (or 0x1E4376) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 43 and 76. RGB value is (30,67,118). Sum of RGB (Red+Green+Blue) = 30+67+118=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E4376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4376 is #E1BC89. Grayscale: #3D3D3D. Windows color (decimal): -14793866 or 7750430. OLE color: 7750430.

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

Color convert

RGB3067118-
CMYK0.750.4300.54
HSL214.77º59.46%29.02%-
HSV(B)214.77º74.58%46.27%-
XYZ5.815.617.91-
YUV61.75159.74105.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=13.95%
G=31.16%
B=54.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30671180.750.4300.54214.7759.4629.02
Hex1E43764B2B036d73b1d
Octal36103166113530663277335
Binary1111010000111110110100101110101101101101101011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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