Shades of Cerulean Blue #1E4CAF
Tints of Cerulean Blue #1E4CAF
RGB
CMYK
RGB Variations
Color information
#1E4CAF (or 0x1E4CAF) is known color: Cerulean Blue. HEX triplet: 1E, 4C and AF. RGB value is (30,76,175). Sum of RGB (Red+Green+Blue) = 30+76+175=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E4CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4CAF is #E1B350. Grayscale: #494949. Windows color (decimal): -14791505 or 11488286. OLE color: 11488286.
HSL color Cylindrical-coordinate representation of color #1E4CAF: hue angle of 220.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E4CAF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 76 | 175 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.31 |
| HSL | 220.97º | 0.71% | 0.4% | - |
| HSV(B) | 220.97º | 0.83% | 0.69% | - |
| XYZ | 10.86 | 8.54 | 41.63 | - |
| YUV | 73.53 | 185.26 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 76 | 175 | 0.83 | 0.57 | 0 | 0.31 | 220.97 | 0.71 | 0.4 |
| Hex | 1E | 4C | AF | 53 | 39 | 0 | 1F | DD | 47 | 28 |
| Octal | 36 | 114 | 257 | 123 | 71 | 0 | 37 | 335 | 107 | 50 |
| Binary | 11110 | 1001100 | 10101111 | 1010011 | 111001 | 0 | 11111 | 11011101 | 1000111 | 101000 |
Color Harmonies of #1E4CAF
Complementary color
Monochromatic Colors of #1E4CAF
Black with #1E4CAF
Text Example
Text Example
White with #1E4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4CAF; }
p { color: rgb(30,76,175); }
H1.HeaderClassName
{
color: #1E4CAF;
}
.AnyTagClassName
{
color: #1E4CAF;
}
</style>
background-color css
<style>
a { background-color: #1E4CAF; }
a { background-color: rgb(30,76,175); }
div.DivClassName
{
background-color: #1E4CAF;
}
.BgClassName
{
background-color: #1E4CAF;
}
</style>
border-color css
<style>
span { border-color: #1E4CAF; }
span { border-color: rgb(30,76,175); }
td.TdClassName
{
border-color: #1E4CAF;
}
.TagClassName
{
border-color: #1E4CAF;
}
</style>