#1E4DAB

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

Shades of Cerulean Blue #1E4DAB

Tints of Cerulean Blue #1E4DAB

Color information

#1E4DAB (or 0x1E4DAB) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4D and AB. RGB value is (30,77,171). Sum of RGB (Red+Green+Blue) = 30+77+171=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4DAB is #E1B254. Grayscale: #494949. Windows color (decimal): -14791253 or 11226398. OLE color: 11226398.

HSL color Cylindrical-coordinate representation of color #1E4DAB: hue angle of 220º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E4DAB is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3077171-
CMYK0.820.5500.33
HSL220º70.15%39.41%-
HSV(B)220º82.46%67.06%-
XYZ10.548.5239.62-
YUV73.66182.9396.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.79%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=10.79%
G=27.70%
B=61.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30771710.820.5500.3322070.1539.41
Hex1E4DAB5237021dc4627
Octal361152531226704133410647
Binary1111010011011010101110100101101110100001110111001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,77,171); }

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

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

 a { background-color: rgb(30,77,171); }

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

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

 span { border-color: rgb(30,77,171); }

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