Shades of Navy Blue #0F55DF
Tints of Navy Blue #0F55DF
RGB
CMYK
RGB Variations
Color information
#0F55DF (or 0x0F55DF) is known color: Navy Blue. HEX triplet: 0F, 55 and DF. RGB value is (15,85,223). Sum of RGB (Red+Green+Blue) = 15+85+223=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F55DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F55DF is #F0AA20. Grayscale: #4F4F4F. Windows color (decimal): -15772193 or 14636303. OLE color: 14636303.
HSL color Cylindrical-coordinate representation of color #0F55DF: hue angle of 219.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F55DF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 85 | 223 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.13 |
| HSL | 219.81º | 0.87% | 0.47% | - |
| HSV(B) | 219.81º | 0.93% | 0.87% | - |
| XYZ | 16.76 | 11.93 | 71.23 | - |
| YUV | 79.8 | 208.81 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 223 | 0.93 | 0.62 | 0 | 0.13 | 219.81 | 0.87 | 0.47 |
| Hex | F | 55 | DF | 5D | 3E | 0 | D | DC | 57 | 2F |
| Octal | 17 | 125 | 337 | 135 | 76 | 0 | 15 | 334 | 127 | 57 |
| Binary | 1111 | 1010101 | 11011111 | 1011101 | 111110 | 0 | 1101 | 11011100 | 1010111 | 101111 |
Color Harmonies of #0F55DF
Complementary color
Monochromatic Colors of #0F55DF
Black with #0F55DF
Text Example
Text Example
White with #0F55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F55DF; }
p { color: rgb(15,85,223); }
H1.HeaderClassName
{
color: #0F55DF;
}
.AnyTagClassName
{
color: #0F55DF;
}
</style>
background-color css
<style>
a { background-color: #0F55DF; }
a { background-color: rgb(15,85,223); }
div.DivClassName
{
background-color: #0F55DF;
}
.BgClassName
{
background-color: #0F55DF;
}
</style>
border-color css
<style>
span { border-color: #0F55DF; }
span { border-color: rgb(15,85,223); }
td.TdClassName
{
border-color: #0F55DF;
}
.TagClassName
{
border-color: #0F55DF;
}
</style>