Shades of Navy Blue #0F56DE
Tints of Navy Blue #0F56DE
RGB
CMYK
RGB Variations
Color information
#0F56DE (or 0x0F56DE) is known color: Navy Blue. HEX triplet: 0F, 56 and DE. RGB value is (15,86,222). Sum of RGB (Red+Green+Blue) = 15+86+222=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F56DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F56DE is #F0A921. Grayscale: #4F4F4F. Windows color (decimal): -15771938 or 14571023. OLE color: 14571023.
HSL color Cylindrical-coordinate representation of color #0F56DE: hue angle of 219.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F56DE is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 86 | 222 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.13 |
| HSL | 219.42º | 0.87% | 0.46% | - |
| HSV(B) | 219.42º | 0.93% | 0.87% | - |
| XYZ | 16.71 | 12.03 | 70.55 | - |
| YUV | 80.28 | 207.98 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 222 | 0.93 | 0.61 | 0 | 0.13 | 219.42 | 0.87 | 0.46 |
| Hex | F | 56 | DE | 5D | 3D | 0 | D | DB | 57 | 2E |
| Octal | 17 | 126 | 336 | 135 | 75 | 0 | 15 | 333 | 127 | 56 |
| Binary | 1111 | 1010110 | 11011110 | 1011101 | 111101 | 0 | 1101 | 11011011 | 1010111 | 101110 |
Color Harmonies of #0F56DE
Complementary color
Monochromatic Colors of #0F56DE
Black with #0F56DE
Text Example
Text Example
White with #0F56DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F56DE; }
p { color: rgb(15,86,222); }
H1.HeaderClassName
{
color: #0F56DE;
}
.AnyTagClassName
{
color: #0F56DE;
}
</style>
background-color css
<style>
a { background-color: #0F56DE; }
a { background-color: rgb(15,86,222); }
div.DivClassName
{
background-color: #0F56DE;
}
.BgClassName
{
background-color: #0F56DE;
}
</style>
border-color css
<style>
span { border-color: #0F56DE; }
span { border-color: rgb(15,86,222); }
td.TdClassName
{
border-color: #0F56DE;
}
.TagClassName
{
border-color: #0F56DE;
}
</style>