Shades of Cerulean #0B72AC
Tints of Cerulean #0B72AC
RGB
CMYK
RGB Variations
Color information
#0B72AC (or 0x0B72AC) is known color: Cerulean. HEX triplet: 0B, 72 and AC. RGB value is (11,114,172). Sum of RGB (Red+Green+Blue) = 11+114+172=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B72AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B72AC is #F48D53. Grayscale: #595959. Windows color (decimal): -16026964 or 11301387. OLE color: 11301387.
HSL color Cylindrical-coordinate representation of color #0B72AC: hue angle of 201.61º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B72AC is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 114 | 172 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.33 |
| HSL | 201.61º | 0.88% | 0.36% | - |
| HSV(B) | 201.61º | 0.94% | 0.67% | - |
| XYZ | 13.6 | 15.08 | 41.22 | - |
| YUV | 89.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 172 | 0.94 | 0.34 | 0 | 0.33 | 201.61 | 0.88 | 0.36 |
| Hex | B | 72 | AC | 5E | 22 | 0 | 21 | CA | 58 | 24 |
| Octal | 13 | 162 | 254 | 136 | 42 | 0 | 41 | 312 | 130 | 44 |
| Binary | 1011 | 1110010 | 10101100 | 1011110 | 100010 | 0 | 100001 | 11001010 | 1011000 | 100100 |
Color Harmonies of #0B72AC
Complementary color
Monochromatic Colors of #0B72AC
Black with #0B72AC
Text Example
Text Example
White with #0B72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B72AC; }
p { color: rgb(11,114,172); }
H1.HeaderClassName
{
color: #0B72AC;
}
.AnyTagClassName
{
color: #0B72AC;
}
</style>
background-color css
<style>
a { background-color: #0B72AC; }
a { background-color: rgb(11,114,172); }
div.DivClassName
{
background-color: #0B72AC;
}
.BgClassName
{
background-color: #0B72AC;
}
</style>
border-color css
<style>
span { border-color: #0B72AC; }
span { border-color: rgb(11,114,172); }
td.TdClassName
{
border-color: #0B72AC;
}
.TagClassName
{
border-color: #0B72AC;
}
</style>