Shades of Cerulean Blue #1E4FAC
Tints of Cerulean Blue #1E4FAC
RGB
CMYK
RGB Variations
Color information
#1E4FAC (or 0x1E4FAC) is known color: Cerulean Blue. HEX triplet: 1E, 4F and AC. RGB value is (30,79,172). Sum of RGB (Red+Green+Blue) = 30+79+172=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4FAC is #E1B053. Grayscale: #4A4A4A. Windows color (decimal): -14790740 or 11292446. OLE color: 11292446.
HSL color Cylindrical-coordinate representation of color #1E4FAC: hue angle of 219.3º 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 #1E4FAC is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 79 | 172 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.33 |
| HSL | 219.3º | 0.7% | 0.4% | - |
| HSV(B) | 219.3º | 0.83% | 0.67% | - |
| XYZ | 10.78 | 8.85 | 40.17 | - |
| YUV | 74.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 172 | 0.83 | 0.54 | 0 | 0.33 | 219.3 | 0.7 | 0.4 |
| Hex | 1E | 4F | AC | 53 | 36 | 0 | 21 | DB | 46 | 28 |
| Octal | 36 | 117 | 254 | 123 | 66 | 0 | 41 | 333 | 106 | 50 |
| Binary | 11110 | 1001111 | 10101100 | 1010011 | 110110 | 0 | 100001 | 11011011 | 1000110 | 101000 |
Color Harmonies of #1E4FAC
Complementary color
Monochromatic Colors of #1E4FAC
Black with #1E4FAC
Text Example
Text Example
White with #1E4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4FAC; }
p { color: rgb(30,79,172); }
H1.HeaderClassName
{
color: #1E4FAC;
}
.AnyTagClassName
{
color: #1E4FAC;
}
</style>
background-color css
<style>
a { background-color: #1E4FAC; }
a { background-color: rgb(30,79,172); }
div.DivClassName
{
background-color: #1E4FAC;
}
.BgClassName
{
background-color: #1E4FAC;
}
</style>
border-color css
<style>
span { border-color: #1E4FAC; }
span { border-color: rgb(30,79,172); }
td.TdClassName
{
border-color: #1E4FAC;
}
.TagClassName
{
border-color: #1E4FAC;
}
</style>