#1E4574

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

Shades of Dark Cerulean #1E4574

Tints of Dark Cerulean #1E4574

Color information

#1E4574 (or 0x1E4574) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 45 and 74. RGB value is (30,69,116). Sum of RGB (Red+Green+Blue) = 30+69+116=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E4574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4574 is #E1BA8B. Grayscale: #3E3E3E. Windows color (decimal): -14793356 or 7619870. OLE color: 7619870.

HSL color Cylindrical-coordinate representation of color #1E4574: hue angle of 212.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4574 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3069116-
CMYK0.740.4100.55
HSL212.79º58.9%28.63%-
HSV(B)212.79º74.14%45.49%-
XYZ5.825.7917.33-
YUV62.7158.08104.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=13.95%
G=32.09%
B=53.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30691160.740.4100.55212.7958.928.63
Hex1E45744A29037d53b1d
Octal36105164112510673257335
Binary1111010001011110100100101010100101101111101010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,116); }

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

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

 a { background-color: rgb(30,69,116); }

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

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

 span { border-color: rgb(30,69,116); }

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