Shades of Cerulean #0F82AB
Tints of Cerulean #0F82AB
RGB
CMYK
RGB Variations
Color information
#0F82AB (or 0x0F82AB) is known color: Cerulean. HEX triplet: 0F, 82 and AB. RGB value is (15,130,171). Sum of RGB (Red+Green+Blue) = 15+130+171=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F82AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F82AB is #F07D54. Grayscale: #646464. Windows color (decimal): -15760725 or 11239951. OLE color: 11239951.
HSL color Cylindrical-coordinate representation of color #0F82AB: hue angle of 195.77º 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 #0F82AB is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 130 | 171 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.33 |
| HSL | 195.77º | 0.84% | 0.36% | - |
| HSV(B) | 195.77º | 0.91% | 0.67% | - |
| XYZ | 15.53 | 19.01 | 41.38 | - |
| YUV | 100.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 171 | 0.91 | 0.24 | 0 | 0.33 | 195.77 | 0.84 | 0.36 |
| Hex | F | 82 | AB | 5B | 18 | 0 | 21 | C4 | 54 | 24 |
| Octal | 17 | 202 | 253 | 133 | 30 | 0 | 41 | 304 | 124 | 44 |
| Binary | 1111 | 10000010 | 10101011 | 1011011 | 11000 | 0 | 100001 | 11000100 | 1010100 | 100100 |
Color Harmonies of #0F82AB
Complementary color
Monochromatic Colors of #0F82AB
Black with #0F82AB
Text Example
Text Example
White with #0F82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F82AB; }
p { color: rgb(15,130,171); }
H1.HeaderClassName
{
color: #0F82AB;
}
.AnyTagClassName
{
color: #0F82AB;
}
</style>
background-color css
<style>
a { background-color: #0F82AB; }
a { background-color: rgb(15,130,171); }
div.DivClassName
{
background-color: #0F82AB;
}
.BgClassName
{
background-color: #0F82AB;
}
</style>
border-color css
<style>
span { border-color: #0F82AB; }
span { border-color: rgb(15,130,171); }
td.TdClassName
{
border-color: #0F82AB;
}
.TagClassName
{
border-color: #0F82AB;
}
</style>