Shades of Navy Blue #0F5CDF
Tints of Navy Blue #0F5CDF
RGB
CMYK
RGB Variations
Color information
#0F5CDF (or 0x0F5CDF) is known color: Navy Blue. HEX triplet: 0F, 5C and DF. RGB value is (15,92,223). Sum of RGB (Red+Green+Blue) = 15+92+223=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F5CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5CDF is #F0A320. Grayscale: #535353. Windows color (decimal): -15770401 or 14638095. OLE color: 14638095.
HSL color Cylindrical-coordinate representation of color #0F5CDF: hue angle of 217.79º 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 #0F5CDF is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 92 | 223 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.13 |
| HSL | 217.79º | 0.87% | 0.47% | - |
| HSV(B) | 217.79º | 0.93% | 0.87% | - |
| XYZ | 17.34 | 13.08 | 71.42 | - |
| YUV | 83.91 | 206.49 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 223 | 0.93 | 0.59 | 0 | 0.13 | 217.79 | 0.87 | 0.47 |
| Hex | F | 5C | DF | 5D | 3B | 0 | D | DA | 57 | 2F |
| Octal | 17 | 134 | 337 | 135 | 73 | 0 | 15 | 332 | 127 | 57 |
| Binary | 1111 | 1011100 | 11011111 | 1011101 | 111011 | 0 | 1101 | 11011010 | 1010111 | 101111 |
Color Harmonies of #0F5CDF
Complementary color
Monochromatic Colors of #0F5CDF
Black with #0F5CDF
Text Example
Text Example
White with #0F5CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5CDF; }
p { color: rgb(15,92,223); }
H1.HeaderClassName
{
color: #0F5CDF;
}
.AnyTagClassName
{
color: #0F5CDF;
}
</style>
background-color css
<style>
a { background-color: #0F5CDF; }
a { background-color: rgb(15,92,223); }
div.DivClassName
{
background-color: #0F5CDF;
}
.BgClassName
{
background-color: #0F5CDF;
}
</style>
border-color css
<style>
span { border-color: #0F5CDF; }
span { border-color: rgb(15,92,223); }
td.TdClassName
{
border-color: #0F5CDF;
}
.TagClassName
{
border-color: #0F5CDF;
}
</style>