Shades of Cerulean Blue #1E4DAC
Tints of Cerulean Blue #1E4DAC
RGB
CMYK
RGB Variations
Color information
#1E4DAC (or 0x1E4DAC) is known color: Cerulean Blue. HEX triplet: 1E, 4D and AC. RGB value is (30,77,172). Sum of RGB (Red+Green+Blue) = 30+77+172=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4DAC is #E1B253. Grayscale: #494949. Windows color (decimal): -14791252 or 11291934. OLE color: 11291934.
HSL color Cylindrical-coordinate representation of color #1E4DAC: hue angle of 220.14º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E4DAC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 77 | 172 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.33 |
| HSL | 220.14º | 0.7% | 0.4% | - |
| HSV(B) | 220.14º | 0.83% | 0.67% | - |
| XYZ | 10.64 | 8.56 | 40.12 | - |
| YUV | 73.78 | 183.43 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 172 | 0.83 | 0.55 | 0 | 0.33 | 220.14 | 0.7 | 0.4 |
| Hex | 1E | 4D | AC | 53 | 37 | 0 | 21 | DC | 46 | 28 |
| Octal | 36 | 115 | 254 | 123 | 67 | 0 | 41 | 334 | 106 | 50 |
| Binary | 11110 | 1001101 | 10101100 | 1010011 | 110111 | 0 | 100001 | 11011100 | 1000110 | 101000 |
Color Harmonies of #1E4DAC
Complementary color
Monochromatic Colors of #1E4DAC
Black with #1E4DAC
Text Example
Text Example
White with #1E4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4DAC; }
p { color: rgb(30,77,172); }
H1.HeaderClassName
{
color: #1E4DAC;
}
.AnyTagClassName
{
color: #1E4DAC;
}
</style>
background-color css
<style>
a { background-color: #1E4DAC; }
a { background-color: rgb(30,77,172); }
div.DivClassName
{
background-color: #1E4DAC;
}
.BgClassName
{
background-color: #1E4DAC;
}
</style>
border-color css
<style>
span { border-color: #1E4DAC; }
span { border-color: rgb(30,77,172); }
td.TdClassName
{
border-color: #1E4DAC;
}
.TagClassName
{
border-color: #1E4DAC;
}
</style>