Shades of Cerulean #0F81A9
Tints of Cerulean #0F81A9
RGB
CMYK
RGB Variations
Color information
#0F81A9 (or 0x0F81A9) is known color: Cerulean. HEX triplet: 0F, 81 and A9. RGB value is (15,129,169). Sum of RGB (Red+Green+Blue) = 15+129+169=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F81A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F81A9 is #F07E56. Grayscale: #636363. Windows color (decimal): -15760983 or 11108623. OLE color: 11108623.
HSL color Cylindrical-coordinate representation of color #0F81A9: hue angle of 195.58º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F81A9 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 129 | 169 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.34 |
| HSL | 195.58º | 0.84% | 0.36% | - |
| HSV(B) | 195.58º | 0.91% | 0.66% | - |
| XYZ | 15.21 | 18.67 | 40.34 | - |
| YUV | 99.47 | 167.23 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 169 | 0.91 | 0.24 | 0 | 0.34 | 195.58 | 0.84 | 0.36 |
| Hex | F | 81 | A9 | 5B | 18 | 0 | 22 | C4 | 54 | 24 |
| Octal | 17 | 201 | 251 | 133 | 30 | 0 | 42 | 304 | 124 | 44 |
| Binary | 1111 | 10000001 | 10101001 | 1011011 | 11000 | 0 | 100010 | 11000100 | 1010100 | 100100 |
Color Harmonies of #0F81A9
Complementary color
Monochromatic Colors of #0F81A9
Black with #0F81A9
Text Example
Text Example
White with #0F81A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F81A9; }
p { color: rgb(15,129,169); }
H1.HeaderClassName
{
color: #0F81A9;
}
.AnyTagClassName
{
color: #0F81A9;
}
</style>
background-color css
<style>
a { background-color: #0F81A9; }
a { background-color: rgb(15,129,169); }
div.DivClassName
{
background-color: #0F81A9;
}
.BgClassName
{
background-color: #0F81A9;
}
</style>
border-color css
<style>
span { border-color: #0F81A9; }
span { border-color: rgb(15,129,169); }
td.TdClassName
{
border-color: #0F81A9;
}
.TagClassName
{
border-color: #0F81A9;
}
</style>