Shades of Cerulean #0F71AC
Tints of Cerulean #0F71AC
RGB
CMYK
RGB Variations
Color information
#0F71AC (or 0x0F71AC) is known color: Cerulean. HEX triplet: 0F, 71 and AC. RGB value is (15,113,172). Sum of RGB (Red+Green+Blue) = 15+113+172=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F71AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F71AC is #F08E53. Grayscale: #5A5A5A. Windows color (decimal): -15765076 or 11301135. OLE color: 11301135.
HSL color Cylindrical-coordinate representation of color #0F71AC: hue angle of 202.55º 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 #0F71AC is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 113 | 172 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.33 |
| HSL | 202.55º | 0.84% | 0.37% | - |
| HSV(B) | 202.55º | 0.91% | 0.67% | - |
| XYZ | 13.55 | 14.89 | 41.19 | - |
| YUV | 90.42 | 174.03 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 172 | 0.91 | 0.34 | 0 | 0.33 | 202.55 | 0.84 | 0.37 |
| Hex | F | 71 | AC | 5B | 22 | 0 | 21 | CB | 54 | 25 |
| Octal | 17 | 161 | 254 | 133 | 42 | 0 | 41 | 313 | 124 | 45 |
| Binary | 1111 | 1110001 | 10101100 | 1011011 | 100010 | 0 | 100001 | 11001011 | 1010100 | 100101 |
Color Harmonies of #0F71AC
Complementary color
Monochromatic Colors of #0F71AC
Black with #0F71AC
Text Example
Text Example
White with #0F71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F71AC; }
p { color: rgb(15,113,172); }
H1.HeaderClassName
{
color: #0F71AC;
}
.AnyTagClassName
{
color: #0F71AC;
}
</style>
background-color css
<style>
a { background-color: #0F71AC; }
a { background-color: rgb(15,113,172); }
div.DivClassName
{
background-color: #0F71AC;
}
.BgClassName
{
background-color: #0F71AC;
}
</style>
border-color css
<style>
span { border-color: #0F71AC; }
span { border-color: rgb(15,113,172); }
td.TdClassName
{
border-color: #0F71AC;
}
.TagClassName
{
border-color: #0F71AC;
}
</style>