Shades of Cerulean #0A81BB
Tints of Cerulean #0A81BB
RGB
CMYK
RGB Variations
Color information
#0A81BB (or 0x0A81BB) is known color: Cerulean. HEX triplet: 0A, 81 and BB. RGB value is (10,129,187). Sum of RGB (Red+Green+Blue) = 10+129+187=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A81BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A81BB is #F57E44. Grayscale: #636363. Windows color (decimal): -16088645 or 12288266. OLE color: 12288266.
HSL color Cylindrical-coordinate representation of color #0A81BB: hue angle of 199.66º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A81BB is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 129 | 187 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.27 |
| HSL | 199.66º | 0.9% | 0.39% | - |
| HSV(B) | 199.66º | 0.95% | 0.73% | - |
| XYZ | 16.95 | 19.35 | 49.86 | - |
| YUV | 100.03 | 177.08 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 187 | 0.95 | 0.31 | 0 | 0.27 | 199.66 | 0.9 | 0.39 |
| Hex | A | 81 | BB | 5F | 1F | 0 | 1B | C8 | 5A | 27 |
| Octal | 12 | 201 | 273 | 137 | 37 | 0 | 33 | 310 | 132 | 47 |
| Binary | 1010 | 10000001 | 10111011 | 1011111 | 11111 | 0 | 11011 | 11001000 | 1011010 | 100111 |
Color Harmonies of #0A81BB
Complementary color
Monochromatic Colors of #0A81BB
Black with #0A81BB
Text Example
Text Example
White with #0A81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A81BB; }
p { color: rgb(10,129,187); }
H1.HeaderClassName
{
color: #0A81BB;
}
.AnyTagClassName
{
color: #0A81BB;
}
</style>
background-color css
<style>
a { background-color: #0A81BB; }
a { background-color: rgb(10,129,187); }
div.DivClassName
{
background-color: #0A81BB;
}
.BgClassName
{
background-color: #0A81BB;
}
</style>
border-color css
<style>
span { border-color: #0A81BB; }
span { border-color: rgb(10,129,187); }
td.TdClassName
{
border-color: #0A81BB;
}
.TagClassName
{
border-color: #0A81BB;
}
</style>