Shades of Cerulean Blue #1E4AAB
Tints of Cerulean Blue #1E4AAB
RGB
CMYK
RGB Variations
Color information
#1E4AAB (or 0x1E4AAB) is known color: Cerulean Blue. HEX triplet: 1E, 4A and AB. RGB value is (30,74,171). Sum of RGB (Red+Green+Blue) = 30+74+171=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E4AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4AAB is #E1B554. Grayscale: #474747. Windows color (decimal): -14792021 or 11225630. OLE color: 11225630.
HSL color Cylindrical-coordinate representation of color #1E4AAB: hue angle of 221.28º 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 #1E4AAB is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 74 | 171 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.33 |
| HSL | 221.28º | 0.7% | 0.39% | - |
| HSV(B) | 221.28º | 0.82% | 0.67% | - |
| XYZ | 10.33 | 8.11 | 39.55 | - |
| YUV | 71.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 171 | 0.82 | 0.57 | 0 | 0.33 | 221.28 | 0.7 | 0.39 |
| Hex | 1E | 4A | AB | 52 | 39 | 0 | 21 | DD | 46 | 27 |
| Octal | 36 | 112 | 253 | 122 | 71 | 0 | 41 | 335 | 106 | 47 |
| Binary | 11110 | 1001010 | 10101011 | 1010010 | 111001 | 0 | 100001 | 11011101 | 1000110 | 100111 |
Color Harmonies of #1E4AAB
Complementary color
Monochromatic Colors of #1E4AAB
Black with #1E4AAB
Text Example
Text Example
White with #1E4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4AAB; }
p { color: rgb(30,74,171); }
H1.HeaderClassName
{
color: #1E4AAB;
}
.AnyTagClassName
{
color: #1E4AAB;
}
</style>
background-color css
<style>
a { background-color: #1E4AAB; }
a { background-color: rgb(30,74,171); }
div.DivClassName
{
background-color: #1E4AAB;
}
.BgClassName
{
background-color: #1E4AAB;
}
</style>
border-color css
<style>
span { border-color: #1E4AAB; }
span { border-color: rgb(30,74,171); }
td.TdClassName
{
border-color: #1E4AAB;
}
.TagClassName
{
border-color: #1E4AAB;
}
</style>