#1e4378

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

Shades of Dark Cerulean #1E4378

Tints of Dark Cerulean #1E4378

Color information

#1E4378 (or 0x1E4378) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 43 and 78. RGB value is (30,67,120). Sum of RGB (Red+Green+Blue) = 30+67+120=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E4378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4378 is #E1BC87. Grayscale: #3D3D3D. Windows color (decimal): -14793864 or 7881502. OLE color: 7881502.

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

Color convert

RGB3067120-
CMYK0.750.4400.53
HSL215.33º60%29.41%-
HSV(B)215.33º75%47.06%-
XYZ5.935.6518.55-
YUV61.98160.74105.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=13.82%
G=30.88%
B=55.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30671200.750.4400.53215.336029.41
Hex1E43784B2C035d73c1d
Octal36103170113540653277435
Binary1111010000111111000100101110110001101011101011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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