Shades of Navy Blue #0F71D2
Tints of Navy Blue #0F71D2
RGB
CMYK
RGB Variations
Color information
#0F71D2 (or 0x0F71D2) is known color: Navy Blue. HEX triplet: 0F, 71 and D2. RGB value is (15,113,210). Sum of RGB (Red+Green+Blue) = 15+113+210=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 210 (82.42% from 255 or 62.13% from 338); Max value from RGB is 210 - color contains mainly: blue. Hex color #0F71D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F71D2 is #F08E2D. Grayscale: #5E5E5E. Windows color (decimal): -15765038 or 13791503. OLE color: 13791503.
HSL color Cylindrical-coordinate representation of color #0F71D2: hue angle of 209.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F71D2 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 113 | 210 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.18 |
| HSL | 209.85º | 0.87% | 0.44% | - |
| HSV(B) | 209.85º | 0.93% | 0.82% | - |
| XYZ | 17.73 | 16.56 | 63.24 | - |
| YUV | 94.76 | 193.03 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 210 | 0.93 | 0.46 | 0 | 0.18 | 209.85 | 0.87 | 0.44 |
| Hex | F | 71 | D2 | 5D | 2E | 0 | 12 | D2 | 57 | 2C |
| Octal | 17 | 161 | 322 | 135 | 56 | 0 | 22 | 322 | 127 | 54 |
| Binary | 1111 | 1110001 | 11010010 | 1011101 | 101110 | 0 | 10010 | 11010010 | 1010111 | 101100 |
Color Harmonies of #0F71D2
Complementary color
Monochromatic Colors of #0F71D2
Black with #0F71D2
Text Example
Text Example
White with #0F71D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F71D2; }
p { color: rgb(15,113,210); }
H1.HeaderClassName
{
color: #0F71D2;
}
.AnyTagClassName
{
color: #0F71D2;
}
</style>
background-color css
<style>
a { background-color: #0F71D2; }
a { background-color: rgb(15,113,210); }
div.DivClassName
{
background-color: #0F71D2;
}
.BgClassName
{
background-color: #0F71D2;
}
</style>
border-color css
<style>
span { border-color: #0F71D2; }
span { border-color: rgb(15,113,210); }
td.TdClassName
{
border-color: #0F71D2;
}
.TagClassName
{
border-color: #0F71D2;
}
</style>