Shades of Cerulean Blue #1B4DAA
Tints of Cerulean Blue #1B4DAA
RGB
CMYK
RGB Variations
Color information
#1B4DAA (or 0x1B4DAA) is known color: Cerulean Blue. HEX triplet: 1B, 4D and AA. RGB value is (27,77,170). Sum of RGB (Red+Green+Blue) = 27+77+170=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B4DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4DAA is #E4B255. Grayscale: #484848. Windows color (decimal): -14987862 or 11160859. OLE color: 11160859.
HSL color Cylindrical-coordinate representation of color #1B4DAA: hue angle of 219.02º 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 #1B4DAA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 77 | 170 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.33 |
| HSL | 219.02º | 0.73% | 0.39% | - |
| HSV(B) | 219.02º | 0.84% | 0.67% | - |
| XYZ | 10.36 | 8.44 | 39.11 | - |
| YUV | 72.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 170 | 0.84 | 0.55 | 0 | 0.33 | 219.02 | 0.73 | 0.39 |
| Hex | 1B | 4D | AA | 54 | 37 | 0 | 21 | DB | 49 | 27 |
| Octal | 33 | 115 | 252 | 124 | 67 | 0 | 41 | 333 | 111 | 47 |
| Binary | 11011 | 1001101 | 10101010 | 1010100 | 110111 | 0 | 100001 | 11011011 | 1001001 | 100111 |
Color Harmonies of #1B4DAA
Complementary color
Monochromatic Colors of #1B4DAA
Black with #1B4DAA
Text Example
Text Example
White with #1B4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DAA; }
p { color: rgb(27,77,170); }
H1.HeaderClassName
{
color: #1B4DAA;
}
.AnyTagClassName
{
color: #1B4DAA;
}
</style>
background-color css
<style>
a { background-color: #1B4DAA; }
a { background-color: rgb(27,77,170); }
div.DivClassName
{
background-color: #1B4DAA;
}
.BgClassName
{
background-color: #1B4DAA;
}
</style>
border-color css
<style>
span { border-color: #1B4DAA; }
span { border-color: rgb(27,77,170); }
td.TdClassName
{
border-color: #1B4DAA;
}
.TagClassName
{
border-color: #1B4DAA;
}
</style>