Shades of Cerulean #0F80AB
Tints of Cerulean #0F80AB
RGB
CMYK
RGB Variations
Color information
#0F80AB (or 0x0F80AB) is known color: Cerulean. HEX triplet: 0F, 80 and AB. RGB value is (15,128,171). Sum of RGB (Red+Green+Blue) = 15+128+171=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F80AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F80AB is #F07F54. Grayscale: #626262. Windows color (decimal): -15761237 or 11239439. OLE color: 11239439.
HSL color Cylindrical-coordinate representation of color #0F80AB: hue angle of 196.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F80AB is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 128 | 171 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.33 |
| HSL | 196.54º | 0.84% | 0.36% | - |
| HSV(B) | 196.54º | 0.91% | 0.67% | - |
| XYZ | 15.27 | 18.48 | 41.29 | - |
| YUV | 99.12 | 168.56 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 171 | 0.91 | 0.25 | 0 | 0.33 | 196.54 | 0.84 | 0.36 |
| Hex | F | 80 | AB | 5B | 19 | 0 | 21 | C5 | 54 | 24 |
| Octal | 17 | 200 | 253 | 133 | 31 | 0 | 41 | 305 | 124 | 44 |
| Binary | 1111 | 10000000 | 10101011 | 1011011 | 11001 | 0 | 100001 | 11000101 | 1010100 | 100100 |
Color Harmonies of #0F80AB
Complementary color
Monochromatic Colors of #0F80AB
Black with #0F80AB
Text Example
Text Example
White with #0F80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F80AB; }
p { color: rgb(15,128,171); }
H1.HeaderClassName
{
color: #0F80AB;
}
.AnyTagClassName
{
color: #0F80AB;
}
</style>
background-color css
<style>
a { background-color: #0F80AB; }
a { background-color: rgb(15,128,171); }
div.DivClassName
{
background-color: #0F80AB;
}
.BgClassName
{
background-color: #0F80AB;
}
</style>
border-color css
<style>
span { border-color: #0F80AB; }
span { border-color: rgb(15,128,171); }
td.TdClassName
{
border-color: #0F80AB;
}
.TagClassName
{
border-color: #0F80AB;
}
</style>