Shades of Cerulean #0B7DAB
Tints of Cerulean #0B7DAB
RGB
CMYK
RGB Variations
Color information
#0B7DAB (or 0x0B7DAB) is known color: Cerulean. HEX triplet: 0B, 7D and AB. RGB value is (11,125,171). Sum of RGB (Red+Green+Blue) = 11+125+171=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B7DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7DAB is #F48254. Grayscale: #5F5F5F. Windows color (decimal): -16024149 or 11238667. OLE color: 11238667.
HSL color Cylindrical-coordinate representation of color #0B7DAB: hue angle of 197.25º 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 #0B7DAB is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 125 | 171 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.33 |
| HSL | 197.25º | 0.88% | 0.36% | - |
| HSV(B) | 197.25º | 0.94% | 0.67% | - |
| XYZ | 14.82 | 17.68 | 41.16 | - |
| YUV | 96.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 171 | 0.94 | 0.27 | 0 | 0.33 | 197.25 | 0.88 | 0.36 |
| Hex | B | 7D | AB | 5E | 1B | 0 | 21 | C5 | 58 | 24 |
| Octal | 13 | 175 | 253 | 136 | 33 | 0 | 41 | 305 | 130 | 44 |
| Binary | 1011 | 1111101 | 10101011 | 1011110 | 11011 | 0 | 100001 | 11000101 | 1011000 | 100100 |
Color Harmonies of #0B7DAB
Complementary color
Monochromatic Colors of #0B7DAB
Black with #0B7DAB
Text Example
Text Example
White with #0B7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7DAB; }
p { color: rgb(11,125,171); }
H1.HeaderClassName
{
color: #0B7DAB;
}
.AnyTagClassName
{
color: #0B7DAB;
}
</style>
background-color css
<style>
a { background-color: #0B7DAB; }
a { background-color: rgb(11,125,171); }
div.DivClassName
{
background-color: #0B7DAB;
}
.BgClassName
{
background-color: #0B7DAB;
}
</style>
border-color css
<style>
span { border-color: #0B7DAB; }
span { border-color: rgb(11,125,171); }
td.TdClassName
{
border-color: #0B7DAB;
}
.TagClassName
{
border-color: #0B7DAB;
}
</style>