Shades of Cerulean #0F71A2
Tints of Cerulean #0F71A2
RGB
CMYK
RGB Variations
Color information
#0F71A2 (or 0x0F71A2) is known color: Cerulean. HEX triplet: 0F, 71 and A2. RGB value is (15,113,162). Sum of RGB (Red+Green+Blue) = 15+113+162=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F71A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F71A2 is #F08E5D. Grayscale: #585858. Windows color (decimal): -15765086 or 10645775. OLE color: 10645775.
HSL color Cylindrical-coordinate representation of color #0F71A2: hue angle of 200º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F71A2 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 113 | 162 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.36 |
| HSL | 200º | 0.83% | 0.35% | - |
| HSV(B) | 200º | 0.91% | 0.64% | - |
| XYZ | 12.62 | 14.52 | 36.32 | - |
| YUV | 89.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 162 | 0.91 | 0.30 | 0 | 0.36 | 200 | 0.83 | 0.35 |
| Hex | F | 71 | A2 | 5B | 1E | 0 | 24 | C8 | 53 | 23 |
| Octal | 17 | 161 | 242 | 133 | 36 | 0 | 44 | 310 | 123 | 43 |
| Binary | 1111 | 1110001 | 10100010 | 1011011 | 11110 | 0 | 100100 | 11001000 | 1010011 | 100011 |
Color Harmonies of #0F71A2
Complementary color
Monochromatic Colors of #0F71A2
Black with #0F71A2
Text Example
Text Example
White with #0F71A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F71A2; }
p { color: rgb(15,113,162); }
H1.HeaderClassName
{
color: #0F71A2;
}
.AnyTagClassName
{
color: #0F71A2;
}
</style>
background-color css
<style>
a { background-color: #0F71A2; }
a { background-color: rgb(15,113,162); }
div.DivClassName
{
background-color: #0F71A2;
}
.BgClassName
{
background-color: #0F71A2;
}
</style>
border-color css
<style>
span { border-color: #0F71A2; }
span { border-color: rgb(15,113,162); }
td.TdClassName
{
border-color: #0F71A2;
}
.TagClassName
{
border-color: #0F71A2;
}
</style>