Shades of Cerulean Blue #1B4DAB
Tints of Cerulean Blue #1B4DAB
RGB
CMYK
RGB Variations
Color information
#1B4DAB (or 0x1B4DAB) is known color: Cerulean Blue. HEX triplet: 1B, 4D and AB. RGB value is (27,77,171). Sum of RGB (Red+Green+Blue) = 27+77+171=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 77 (30.47% from 255 or 28% 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 #1B4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4DAB is #E4B254. Grayscale: #484848. Windows color (decimal): -14987861 or 11226395. OLE color: 11226395.
HSL color Cylindrical-coordinate representation of color #1B4DAB: hue angle of 219.17º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B4DAB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 77 | 171 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.33 |
| HSL | 219.17º | 0.73% | 0.39% | - |
| HSV(B) | 219.17º | 0.84% | 0.67% | - |
| XYZ | 10.46 | 8.48 | 39.61 | - |
| YUV | 72.77 | 183.44 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 171 | 0.84 | 0.55 | 0 | 0.33 | 219.17 | 0.73 | 0.39 |
| Hex | 1B | 4D | AB | 54 | 37 | 0 | 21 | DB | 49 | 27 |
| Octal | 33 | 115 | 253 | 124 | 67 | 0 | 41 | 333 | 111 | 47 |
| Binary | 11011 | 1001101 | 10101011 | 1010100 | 110111 | 0 | 100001 | 11011011 | 1001001 | 100111 |
Color Harmonies of #1B4DAB
Complementary color
Monochromatic Colors of #1B4DAB
Black with #1B4DAB
Text Example
Text Example
White with #1B4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DAB; }
p { color: rgb(27,77,171); }
H1.HeaderClassName
{
color: #1B4DAB;
}
.AnyTagClassName
{
color: #1B4DAB;
}
</style>
background-color css
<style>
a { background-color: #1B4DAB; }
a { background-color: rgb(27,77,171); }
div.DivClassName
{
background-color: #1B4DAB;
}
.BgClassName
{
background-color: #1B4DAB;
}
</style>
border-color css
<style>
span { border-color: #1B4DAB; }
span { border-color: rgb(27,77,171); }
td.TdClassName
{
border-color: #1B4DAB;
}
.TagClassName
{
border-color: #1B4DAB;
}
</style>