#1E4375

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

Shades of Dark Cerulean #1E4375

Tints of Dark Cerulean #1E4375

Color information

#1E4375 (or 0x1E4375) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 43 and 75. RGB value is (30,67,117). Sum of RGB (Red+Green+Blue) = 30+67+117=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4375 is #E1BC8A. Grayscale: #3D3D3D. Windows color (decimal): -14793867 or 7684894. OLE color: 7684894.

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

Color convert

RGB3067117-
CMYK0.740.4300.54
HSL214.48º59.18%28.82%-
HSV(B)214.48º74.36%45.88%-
XYZ5.755.5717.6-
YUV61.64159.24105.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.02%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=14.02%
G=31.31%
B=54.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30671170.740.4300.54214.4859.1828.82
Hex1E43754A2B036d63b1d
Octal36103165112530663267335
Binary1111010000111110101100101010101101101101101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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