#1E4178

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

Shades of Dark Cerulean #1E4178

Tints of Dark Cerulean #1E4178

Color information

#1E4178 (or 0x1E4178) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 41 and 78. RGB value is (30,65,120). Sum of RGB (Red+Green+Blue) = 30+65+120=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E4178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4178 is #E1BE87. Grayscale: #3C3C3C. Windows color (decimal): -14794376 or 7880990. OLE color: 7880990.

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

Color convert

RGB3065120-
CMYK0.750.4600.53
HSL216.67º60%29.41%-
HSV(B)216.67º75%47.06%-
XYZ5.825.4118.51-
YUV60.8161.4106.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=13.95%
G=30.23%
B=55.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30651200.750.4600.53216.676029.41
Hex1E41784B2E035d93c1d
Octal36101170113560653317435
Binary1111010000011111000100101110111001101011101100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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