Shades of Cerulean #0B81AD
Tints of Cerulean #0B81AD
RGB
CMYK
RGB Variations
Color information
#0B81AD (or 0x0B81AD) is known color: Cerulean. HEX triplet: 0B, 81 and AD. RGB value is (11,129,173). Sum of RGB (Red+Green+Blue) = 11+129+173=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B81AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B81AD is #F47E52. Grayscale: #626262. Windows color (decimal): -16023123 or 11370763. OLE color: 11370763.
HSL color Cylindrical-coordinate representation of color #0B81AD: hue angle of 196.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B81AD is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 129 | 173 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.32 |
| HSL | 196.3º | 0.88% | 0.36% | - |
| HSV(B) | 196.3º | 0.94% | 0.68% | - |
| XYZ | 15.53 | 18.79 | 42.34 | - |
| YUV | 98.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 129 | 173 | 0.94 | 0.25 | 0 | 0.32 | 196.3 | 0.88 | 0.36 |
| Hex | B | 81 | AD | 5E | 19 | 0 | 20 | C4 | 58 | 24 |
| Octal | 13 | 201 | 255 | 136 | 31 | 0 | 40 | 304 | 130 | 44 |
| Binary | 1011 | 10000001 | 10101101 | 1011110 | 11001 | 0 | 100000 | 11000100 | 1011000 | 100100 |
Color Harmonies of #0B81AD
Complementary color
Monochromatic Colors of #0B81AD
Black with #0B81AD
Text Example
Text Example
White with #0B81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B81AD; }
p { color: rgb(11,129,173); }
H1.HeaderClassName
{
color: #0B81AD;
}
.AnyTagClassName
{
color: #0B81AD;
}
</style>
background-color css
<style>
a { background-color: #0B81AD; }
a { background-color: rgb(11,129,173); }
div.DivClassName
{
background-color: #0B81AD;
}
.BgClassName
{
background-color: #0B81AD;
}
</style>
border-color css
<style>
span { border-color: #0B81AD; }
span { border-color: rgb(11,129,173); }
td.TdClassName
{
border-color: #0B81AD;
}
.TagClassName
{
border-color: #0B81AD;
}
</style>