Shades of Cerulean Blue #1B4EAC
Tints of Cerulean Blue #1B4EAC
RGB
CMYK
RGB Variations
Color information
#1B4EAC (or 0x1B4EAC) is known color: Cerulean Blue. HEX triplet: 1B, 4E and AC. RGB value is (27,78,172). Sum of RGB (Red+Green+Blue) = 27+78+172=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B4EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4EAC is #E4B153. Grayscale: #494949. Windows color (decimal): -14987604 or 11292187. OLE color: 11292187.
HSL color Cylindrical-coordinate representation of color #1B4EAC: hue angle of 218.9º 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 #1B4EAC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 78 | 172 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.33 |
| HSL | 218.9º | 0.73% | 0.39% | - |
| HSV(B) | 218.9º | 0.84% | 0.67% | - |
| XYZ | 10.62 | 8.66 | 40.14 | - |
| YUV | 73.47 | 183.6 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 172 | 0.84 | 0.55 | 0 | 0.33 | 218.9 | 0.73 | 0.39 |
| Hex | 1B | 4E | AC | 54 | 37 | 0 | 21 | DB | 49 | 27 |
| Octal | 33 | 116 | 254 | 124 | 67 | 0 | 41 | 333 | 111 | 47 |
| Binary | 11011 | 1001110 | 10101100 | 1010100 | 110111 | 0 | 100001 | 11011011 | 1001001 | 100111 |
Color Harmonies of #1B4EAC
Complementary color
Monochromatic Colors of #1B4EAC
Black with #1B4EAC
Text Example
Text Example
White with #1B4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4EAC; }
p { color: rgb(27,78,172); }
H1.HeaderClassName
{
color: #1B4EAC;
}
.AnyTagClassName
{
color: #1B4EAC;
}
</style>
background-color css
<style>
a { background-color: #1B4EAC; }
a { background-color: rgb(27,78,172); }
div.DivClassName
{
background-color: #1B4EAC;
}
.BgClassName
{
background-color: #1B4EAC;
}
</style>
border-color css
<style>
span { border-color: #1B4EAC; }
span { border-color: rgb(27,78,172); }
td.TdClassName
{
border-color: #1B4EAC;
}
.TagClassName
{
border-color: #1B4EAC;
}
</style>