Shades of Navy Blue #0F76D3
Tints of Navy Blue #0F76D3
RGB
CMYK
RGB Variations
Color information
#0F76D3 (or 0x0F76D3) is known color: Navy Blue. HEX triplet: 0F, 76 and D3. RGB value is (15,118,211). Sum of RGB (Red+Green+Blue) = 15+118+211=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 211 (82.81% from 255 or 61.34% from 344); Max value from RGB is 211 - color contains mainly: blue. Hex color #0F76D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F76D3 is #F0892C. Grayscale: #616161. Windows color (decimal): -15763757 or 13858319. OLE color: 13858319.
HSL color Cylindrical-coordinate representation of color #0F76D3: hue angle of 208.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F76D3 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 118 | 211 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.17 |
| HSL | 208.47º | 0.87% | 0.44% | - |
| HSV(B) | 208.47º | 0.93% | 0.83% | - |
| XYZ | 18.43 | 17.76 | 64.08 | - |
| YUV | 97.81 | 191.88 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 118 | 211 | 0.93 | 0.44 | 0 | 0.17 | 208.47 | 0.87 | 0.44 |
| Hex | F | 76 | D3 | 5D | 2C | 0 | 11 | D0 | 57 | 2C |
| Octal | 17 | 166 | 323 | 135 | 54 | 0 | 21 | 320 | 127 | 54 |
| Binary | 1111 | 1110110 | 11010011 | 1011101 | 101100 | 0 | 10001 | 11010000 | 1010111 | 101100 |
Color Harmonies of #0F76D3
Complementary color
Monochromatic Colors of #0F76D3
Black with #0F76D3
Text Example
Text Example
White with #0F76D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F76D3; }
p { color: rgb(15,118,211); }
H1.HeaderClassName
{
color: #0F76D3;
}
.AnyTagClassName
{
color: #0F76D3;
}
</style>
background-color css
<style>
a { background-color: #0F76D3; }
a { background-color: rgb(15,118,211); }
div.DivClassName
{
background-color: #0F76D3;
}
.BgClassName
{
background-color: #0F76D3;
}
</style>
border-color css
<style>
span { border-color: #0F76D3; }
span { border-color: rgb(15,118,211); }
td.TdClassName
{
border-color: #0F76D3;
}
.TagClassName
{
border-color: #0F76D3;
}
</style>