Shades of Navy Blue #0F5DFC
Tints of Navy Blue #0F5DFC
RGB
CMYK
RGB Variations
Color information
#0F5DFC (or 0x0F5DFC) is known color: Navy Blue. HEX triplet: 0F, 5D and FC. RGB value is (15,93,252). Sum of RGB (Red+Green+Blue) = 15+93+252=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F5DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5DFC is #F0A203. Grayscale: #575757. Windows color (decimal): -15770116 or 16538895. OLE color: 16538895.
HSL color Cylindrical-coordinate representation of color #0F5DFC: hue angle of 220.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F5DFC is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 93 | 252 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.01 |
| HSL | 220.25º | 0.98% | 0.52% | - |
| HSV(B) | 220.25º | 0.94% | 0.99% | - |
| XYZ | 21.68 | 14.96 | 93.84 | - |
| YUV | 87.8 | 220.66 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 252 | 0.94 | 0.63 | 0 | 0.01 | 220.25 | 0.98 | 0.52 |
| Hex | F | 5D | FC | 5E | 3F | 0 | 1 | DC | 62 | 34 |
| Octal | 17 | 135 | 374 | 136 | 77 | 0 | 1 | 334 | 142 | 64 |
| Binary | 1111 | 1011101 | 11111100 | 1011110 | 111111 | 0 | 1 | 11011100 | 1100010 | 110100 |
Color Harmonies of #0F5DFC
Complementary color
Monochromatic Colors of #0F5DFC
Black with #0F5DFC
Text Example
Text Example
White with #0F5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5DFC; }
p { color: rgb(15,93,252); }
H1.HeaderClassName
{
color: #0F5DFC;
}
.AnyTagClassName
{
color: #0F5DFC;
}
</style>
background-color css
<style>
a { background-color: #0F5DFC; }
a { background-color: rgb(15,93,252); }
div.DivClassName
{
background-color: #0F5DFC;
}
.BgClassName
{
background-color: #0F5DFC;
}
</style>
border-color css
<style>
span { border-color: #0F5DFC; }
span { border-color: rgb(15,93,252); }
td.TdClassName
{
border-color: #0F5DFC;
}
.TagClassName
{
border-color: #0F5DFC;
}
</style>