#1E4478

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

Shades of Dark Cerulean #1E4478

Tints of Dark Cerulean #1E4478

Color information

#1E4478 (or 0x1E4478) is unknown color: approx Dark Cerulean. HEX triplet: 1E, 44 and 78. RGB value is (30,68,120). Sum of RGB (Red+Green+Blue) = 30+68+120=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E4478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4478 is #E1BB87. Grayscale: #3E3E3E. Windows color (decimal): -14793608 or 7881758. OLE color: 7881758.

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

Color convert

RGB3068120-
CMYK0.750.4300.53
HSL214.67º60%29.41%-
HSV(B)214.67º75%47.06%-
XYZ5.995.7718.57-
YUV62.57160.41104.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.76%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=13.76%
G=31.19%
B=55.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30681200.750.4300.53214.676029.41
Hex1E44784B2B035d73c1d
Octal36104170113530653277435
Binary1111010001001111000100101110101101101011101011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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