Shades of Cerulean Blue #1B4CAF
Tints of Cerulean Blue #1B4CAF
RGB
CMYK
RGB Variations
Color information
#1B4CAF (or 0x1B4CAF) is known color: Cerulean Blue. HEX triplet: 1B, 4C and AF. RGB value is (27,76,175). Sum of RGB (Red+Green+Blue) = 27+76+175=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B4CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4CAF is #E4B350. Grayscale: #484848. Windows color (decimal): -14988113 or 11488283. OLE color: 11488283.
HSL color Cylindrical-coordinate representation of color #1B4CAF: hue angle of 220.14º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B4CAF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 76 | 175 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.31 |
| HSL | 220.14º | 0.73% | 0.4% | - |
| HSV(B) | 220.14º | 0.85% | 0.69% | - |
| XYZ | 10.77 | 8.5 | 41.63 | - |
| YUV | 72.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 175 | 0.85 | 0.57 | 0 | 0.31 | 220.14 | 0.73 | 0.4 |
| Hex | 1B | 4C | AF | 55 | 39 | 0 | 1F | DC | 49 | 28 |
| Octal | 33 | 114 | 257 | 125 | 71 | 0 | 37 | 334 | 111 | 50 |
| Binary | 11011 | 1001100 | 10101111 | 1010101 | 111001 | 0 | 11111 | 11011100 | 1001001 | 101000 |
Color Harmonies of #1B4CAF
Complementary color
Monochromatic Colors of #1B4CAF
Black with #1B4CAF
Text Example
Text Example
White with #1B4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4CAF; }
p { color: rgb(27,76,175); }
H1.HeaderClassName
{
color: #1B4CAF;
}
.AnyTagClassName
{
color: #1B4CAF;
}
</style>
background-color css
<style>
a { background-color: #1B4CAF; }
a { background-color: rgb(27,76,175); }
div.DivClassName
{
background-color: #1B4CAF;
}
.BgClassName
{
background-color: #1B4CAF;
}
</style>
border-color css
<style>
span { border-color: #1B4CAF; }
span { border-color: rgb(27,76,175); }
td.TdClassName
{
border-color: #1B4CAF;
}
.TagClassName
{
border-color: #1B4CAF;
}
</style>