Shades of Cerulean Blue #1E4EAC
Tints of Cerulean Blue #1E4EAC
RGB
CMYK
RGB Variations
Color information
#1E4EAC (or 0x1E4EAC) is known color: Cerulean Blue. HEX triplet: 1E, 4E and AC. RGB value is (30,78,172). Sum of RGB (Red+Green+Blue) = 30+78+172=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E4EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4EAC is #E1B153. Grayscale: #494949. Windows color (decimal): -14790996 or 11292190. OLE color: 11292190.
HSL color Cylindrical-coordinate representation of color #1E4EAC: hue angle of 219.72º 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 #1E4EAC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 78 | 172 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.33 |
| HSL | 219.72º | 0.7% | 0.4% | - |
| HSV(B) | 219.72º | 0.83% | 0.67% | - |
| XYZ | 10.71 | 8.7 | 40.15 | - |
| YUV | 74.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 172 | 0.83 | 0.55 | 0 | 0.33 | 219.72 | 0.7 | 0.4 |
| Hex | 1E | 4E | AC | 53 | 37 | 0 | 21 | DC | 46 | 28 |
| Octal | 36 | 116 | 254 | 123 | 67 | 0 | 41 | 334 | 106 | 50 |
| Binary | 11110 | 1001110 | 10101100 | 1010011 | 110111 | 0 | 100001 | 11011100 | 1000110 | 101000 |
Color Harmonies of #1E4EAC
Complementary color
Monochromatic Colors of #1E4EAC
Black with #1E4EAC
Text Example
Text Example
White with #1E4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4EAC; }
p { color: rgb(30,78,172); }
H1.HeaderClassName
{
color: #1E4EAC;
}
.AnyTagClassName
{
color: #1E4EAC;
}
</style>
background-color css
<style>
a { background-color: #1E4EAC; }
a { background-color: rgb(30,78,172); }
div.DivClassName
{
background-color: #1E4EAC;
}
.BgClassName
{
background-color: #1E4EAC;
}
</style>
border-color css
<style>
span { border-color: #1E4EAC; }
span { border-color: rgb(30,78,172); }
td.TdClassName
{
border-color: #1E4EAC;
}
.TagClassName
{
border-color: #1E4EAC;
}
</style>