#1E4175

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

Shades of Dark Cerulean #1E4175

Tints of Dark Cerulean #1E4175

Color information

#1E4175 (or 0x1E4175) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 41 and 75. RGB value is (30,65,117). Sum of RGB (Red+Green+Blue) = 30+65+117=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4175 is #E1BE8A. Grayscale: #3C3C3C. Windows color (decimal): -14794379 or 7684382. OLE color: 7684382.

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

Color convert

RGB3065117-
CMYK0.740.4400.54
HSL215.86º59.18%28.82%-
HSV(B)215.86º74.36%45.88%-
XYZ5.645.3417.56-
YUV60.46159.9106.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=14.15%
G=30.66%
B=55.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30651170.740.4400.54215.8659.1828.82
Hex1E41754A2C036d83b1d
Octal36101165112540663307335
Binary1111010000011110101100101010110001101101101100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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