Shades of Navy Blue #0F75DC
Tints of Navy Blue #0F75DC
RGB
CMYK
RGB Variations
Color information
#0F75DC (or 0x0F75DC) is known color: Navy Blue. HEX triplet: 0F, 75 and DC. RGB value is (15,117,220). Sum of RGB (Red+Green+Blue) = 15+117+220=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F75DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F75DC is #F08A23. Grayscale: #616161. Windows color (decimal): -15764004 or 14447887. OLE color: 14447887.
HSL color Cylindrical-coordinate representation of color #0F75DC: hue angle of 210.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F75DC is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 117 | 220 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.14 |
| HSL | 210.15º | 0.87% | 0.46% | - |
| HSV(B) | 210.15º | 0.93% | 0.86% | - |
| XYZ | 19.48 | 17.99 | 70.16 | - |
| YUV | 98.24 | 196.71 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 117 | 220 | 0.93 | 0.47 | 0 | 0.14 | 210.15 | 0.87 | 0.46 |
| Hex | F | 75 | DC | 5D | 2F | 0 | E | D2 | 57 | 2E |
| Octal | 17 | 165 | 334 | 135 | 57 | 0 | 16 | 322 | 127 | 56 |
| Binary | 1111 | 1110101 | 11011100 | 1011101 | 101111 | 0 | 1110 | 11010010 | 1010111 | 101110 |
Color Harmonies of #0F75DC
Complementary color
Monochromatic Colors of #0F75DC
Black with #0F75DC
Text Example
Text Example
White with #0F75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F75DC; }
p { color: rgb(15,117,220); }
H1.HeaderClassName
{
color: #0F75DC;
}
.AnyTagClassName
{
color: #0F75DC;
}
</style>
background-color css
<style>
a { background-color: #0F75DC; }
a { background-color: rgb(15,117,220); }
div.DivClassName
{
background-color: #0F75DC;
}
.BgClassName
{
background-color: #0F75DC;
}
</style>
border-color css
<style>
span { border-color: #0F75DC; }
span { border-color: rgb(15,117,220); }
td.TdClassName
{
border-color: #0F75DC;
}
.TagClassName
{
border-color: #0F75DC;
}
</style>