Shades of Cerulean #0F85B3
Tints of Cerulean #0F85B3
RGB
CMYK
RGB Variations
Color information
#0F85B3 (or 0x0F85B3) is known color: Cerulean. HEX triplet: 0F, 85 and B3. RGB value is (15,133,179). Sum of RGB (Red+Green+Blue) = 15+133+179=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F85B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F85B3 is #F07A4C. Grayscale: #666666. Windows color (decimal): -15759949 or 11765007. OLE color: 11765007.
HSL color Cylindrical-coordinate representation of color #0F85B3: hue angle of 196.83º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F85B3 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 133 | 179 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.30 |
| HSL | 196.83º | 0.85% | 0.38% | - |
| HSV(B) | 196.83º | 0.92% | 0.7% | - |
| XYZ | 16.72 | 20.13 | 45.65 | - |
| YUV | 102.96 | 170.91 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 179 | 0.92 | 0.26 | 0 | 0.30 | 196.83 | 0.85 | 0.38 |
| Hex | F | 85 | B3 | 5C | 1A | 0 | 1E | C5 | 55 | 26 |
| Octal | 17 | 205 | 263 | 134 | 32 | 0 | 36 | 305 | 125 | 46 |
| Binary | 1111 | 10000101 | 10110011 | 1011100 | 11010 | 0 | 11110 | 11000101 | 1010101 | 100110 |
Color Harmonies of #0F85B3
Complementary color
Monochromatic Colors of #0F85B3
Black with #0F85B3
Text Example
Text Example
White with #0F85B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F85B3; }
p { color: rgb(15,133,179); }
H1.HeaderClassName
{
color: #0F85B3;
}
.AnyTagClassName
{
color: #0F85B3;
}
</style>
background-color css
<style>
a { background-color: #0F85B3; }
a { background-color: rgb(15,133,179); }
div.DivClassName
{
background-color: #0F85B3;
}
.BgClassName
{
background-color: #0F85B3;
}
</style>
border-color css
<style>
span { border-color: #0F85B3; }
span { border-color: rgb(15,133,179); }
td.TdClassName
{
border-color: #0F85B3;
}
.TagClassName
{
border-color: #0F85B3;
}
</style>