Shades of Cerulean #0F85AD
Tints of Cerulean #0F85AD
RGB
CMYK
RGB Variations
Color information
#0F85AD (or 0x0F85AD) is known color: Cerulean. HEX triplet: 0F, 85 and AD. RGB value is (15,133,173). Sum of RGB (Red+Green+Blue) = 15+133+173=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F85AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F85AD is #F07A52. Grayscale: #666666. Windows color (decimal): -15759955 or 11371791. OLE color: 11371791.
HSL color Cylindrical-coordinate representation of color #0F85AD: hue angle of 195.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F85AD is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 133 | 173 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.32 |
| HSL | 195.19º | 0.84% | 0.37% | - |
| HSV(B) | 195.19º | 0.91% | 0.68% | - |
| XYZ | 16.13 | 19.89 | 42.53 | - |
| YUV | 102.28 | 167.91 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 173 | 0.91 | 0.23 | 0 | 0.32 | 195.19 | 0.84 | 0.37 |
| Hex | F | 85 | AD | 5B | 17 | 0 | 20 | C3 | 54 | 25 |
| Octal | 17 | 205 | 255 | 133 | 27 | 0 | 40 | 303 | 124 | 45 |
| Binary | 1111 | 10000101 | 10101101 | 1011011 | 10111 | 0 | 100000 | 11000011 | 1010100 | 100101 |
Color Harmonies of #0F85AD
Complementary color
Monochromatic Colors of #0F85AD
Black with #0F85AD
Text Example
Text Example
White with #0F85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F85AD; }
p { color: rgb(15,133,173); }
H1.HeaderClassName
{
color: #0F85AD;
}
.AnyTagClassName
{
color: #0F85AD;
}
</style>
background-color css
<style>
a { background-color: #0F85AD; }
a { background-color: rgb(15,133,173); }
div.DivClassName
{
background-color: #0F85AD;
}
.BgClassName
{
background-color: #0F85AD;
}
</style>
border-color css
<style>
span { border-color: #0F85AD; }
span { border-color: rgb(15,133,173); }
td.TdClassName
{
border-color: #0F85AD;
}
.TagClassName
{
border-color: #0F85AD;
}
</style>