Shades of Cerulean #0F6FAC
Tints of Cerulean #0F6FAC
RGB
CMYK
RGB Variations
Color information
#0F6FAC (or 0x0F6FAC) is known color: Cerulean. HEX triplet: 0F, 6F and AC. RGB value is (15,111,172). Sum of RGB (Red+Green+Blue) = 15+111+172=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F6FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6FAC is #F09053. Grayscale: #585858. Windows color (decimal): -15765588 or 11300623. OLE color: 11300623.
HSL color Cylindrical-coordinate representation of color #0F6FAC: hue angle of 203.31º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6FAC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 111 | 172 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.33 |
| HSL | 203.31º | 0.84% | 0.37% | - |
| HSV(B) | 203.31º | 0.91% | 0.67% | - |
| XYZ | 13.33 | 14.45 | 41.12 | - |
| YUV | 89.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 172 | 0.91 | 0.35 | 0 | 0.33 | 203.31 | 0.84 | 0.37 |
| Hex | F | 6F | AC | 5B | 23 | 0 | 21 | CB | 54 | 25 |
| Octal | 17 | 157 | 254 | 133 | 43 | 0 | 41 | 313 | 124 | 45 |
| Binary | 1111 | 1101111 | 10101100 | 1011011 | 100011 | 0 | 100001 | 11001011 | 1010100 | 100101 |
Color Harmonies of #0F6FAC
Complementary color
Monochromatic Colors of #0F6FAC
Black with #0F6FAC
Text Example
Text Example
White with #0F6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6FAC; }
p { color: rgb(15,111,172); }
H1.HeaderClassName
{
color: #0F6FAC;
}
.AnyTagClassName
{
color: #0F6FAC;
}
</style>
background-color css
<style>
a { background-color: #0F6FAC; }
a { background-color: rgb(15,111,172); }
div.DivClassName
{
background-color: #0F6FAC;
}
.BgClassName
{
background-color: #0F6FAC;
}
</style>
border-color css
<style>
span { border-color: #0F6FAC; }
span { border-color: rgb(15,111,172); }
td.TdClassName
{
border-color: #0F6FAC;
}
.TagClassName
{
border-color: #0F6FAC;
}
</style>