Shades of Navy Blue #0F56FD
Tints of Navy Blue #0F56FD
RGB
CMYK
RGB Variations
Color information
#0F56FD (or 0x0F56FD) is known color: Navy Blue. HEX triplet: 0F, 56 and FD. RGB value is (15,86,253). Sum of RGB (Red+Green+Blue) = 15+86+253=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F56FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F56FD is #F0A902. Grayscale: #535353. Windows color (decimal): -15771907 or 16602639. OLE color: 16602639.
HSL color Cylindrical-coordinate representation of color #0F56FD: hue angle of 222.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F56FD is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 86 | 253 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.01 |
| HSL | 222.1º | 0.98% | 0.53% | - |
| HSV(B) | 222.1º | 0.94% | 0.99% | - |
| XYZ | 21.25 | 13.85 | 94.48 | - |
| YUV | 83.81 | 223.48 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 253 | 0.94 | 0.66 | 0 | 0.01 | 222.1 | 0.98 | 0.53 |
| Hex | F | 56 | FD | 5E | 42 | 0 | 1 | DE | 62 | 35 |
| Octal | 17 | 126 | 375 | 136 | 102 | 0 | 1 | 336 | 142 | 65 |
| Binary | 1111 | 1010110 | 11111101 | 1011110 | 1000010 | 0 | 1 | 11011110 | 1100010 | 110101 |
Color Harmonies of #0F56FD
Complementary color
Monochromatic Colors of #0F56FD
Black with #0F56FD
Text Example
Text Example
White with #0F56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F56FD; }
p { color: rgb(15,86,253); }
H1.HeaderClassName
{
color: #0F56FD;
}
.AnyTagClassName
{
color: #0F56FD;
}
</style>
background-color css
<style>
a { background-color: #0F56FD; }
a { background-color: rgb(15,86,253); }
div.DivClassName
{
background-color: #0F56FD;
}
.BgClassName
{
background-color: #0F56FD;
}
</style>
border-color css
<style>
span { border-color: #0F56FD; }
span { border-color: rgb(15,86,253); }
td.TdClassName
{
border-color: #0F56FD;
}
.TagClassName
{
border-color: #0F56FD;
}
</style>