Shades of Cerulean Blue #1E4BAB
Tints of Cerulean Blue #1E4BAB
RGB
CMYK
RGB Variations
Color information
#1E4BAB (or 0x1E4BAB) is known color: Cerulean Blue. HEX triplet: 1E, 4B and AB. RGB value is (30,75,171). Sum of RGB (Red+Green+Blue) = 30+75+171=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4BAB is #E1B454. Grayscale: #484848. Windows color (decimal): -14791765 or 11225886. OLE color: 11225886.
HSL color Cylindrical-coordinate representation of color #1E4BAB: hue angle of 220.85º 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 #1E4BAB is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 75 | 171 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.33 |
| HSL | 220.85º | 0.7% | 0.39% | - |
| HSV(B) | 220.85º | 0.82% | 0.67% | - |
| XYZ | 10.4 | 8.25 | 39.57 | - |
| YUV | 72.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 171 | 0.82 | 0.56 | 0 | 0.33 | 220.85 | 0.7 | 0.39 |
| Hex | 1E | 4B | AB | 52 | 38 | 0 | 21 | DD | 46 | 27 |
| Octal | 36 | 113 | 253 | 122 | 70 | 0 | 41 | 335 | 106 | 47 |
| Binary | 11110 | 1001011 | 10101011 | 1010010 | 111000 | 0 | 100001 | 11011101 | 1000110 | 100111 |
Color Harmonies of #1E4BAB
Complementary color
Monochromatic Colors of #1E4BAB
Black with #1E4BAB
Text Example
Text Example
White with #1E4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4BAB; }
p { color: rgb(30,75,171); }
H1.HeaderClassName
{
color: #1E4BAB;
}
.AnyTagClassName
{
color: #1E4BAB;
}
</style>
background-color css
<style>
a { background-color: #1E4BAB; }
a { background-color: rgb(30,75,171); }
div.DivClassName
{
background-color: #1E4BAB;
}
.BgClassName
{
background-color: #1E4BAB;
}
</style>
border-color css
<style>
span { border-color: #1E4BAB; }
span { border-color: rgb(30,75,171); }
td.TdClassName
{
border-color: #1E4BAB;
}
.TagClassName
{
border-color: #1E4BAB;
}
</style>