Shades of Navy Blue #0F63F6
Tints of Navy Blue #0F63F6
RGB
CMYK
RGB Variations
Color information
#0F63F6 (or 0x0F63F6) is known color: Navy Blue. HEX triplet: 0F, 63 and F6. RGB value is (15,99,246). Sum of RGB (Red+Green+Blue) = 15+99+246=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #0F63F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F63F6 is #F09C09. Grayscale: #595959. Windows color (decimal): -15768586 or 16147215. OLE color: 16147215.
HSL color Cylindrical-coordinate representation of color #0F63F6: hue angle of 218.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F63F6 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 99 | 246 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.04 |
| HSL | 218.18º | 0.93% | 0.51% | - |
| HSV(B) | 218.18º | 0.94% | 0.96% | - |
| XYZ | 21.29 | 15.68 | 89.09 | - |
| YUV | 90.64 | 215.67 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 246 | 0.94 | 0.60 | 0 | 0.04 | 218.18 | 0.93 | 0.51 |
| Hex | F | 63 | F6 | 5E | 3C | 0 | 4 | DA | 5D | 33 |
| Octal | 17 | 143 | 366 | 136 | 74 | 0 | 4 | 332 | 135 | 63 |
| Binary | 1111 | 1100011 | 11110110 | 1011110 | 111100 | 0 | 100 | 11011010 | 1011101 | 110011 |
Color Harmonies of #0F63F6
Complementary color
Monochromatic Colors of #0F63F6
Black with #0F63F6
Text Example
Text Example
White with #0F63F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F63F6; }
p { color: rgb(15,99,246); }
H1.HeaderClassName
{
color: #0F63F6;
}
.AnyTagClassName
{
color: #0F63F6;
}
</style>
background-color css
<style>
a { background-color: #0F63F6; }
a { background-color: rgb(15,99,246); }
div.DivClassName
{
background-color: #0F63F6;
}
.BgClassName
{
background-color: #0F63F6;
}
</style>
border-color css
<style>
span { border-color: #0F63F6; }
span { border-color: rgb(15,99,246); }
td.TdClassName
{
border-color: #0F63F6;
}
.TagClassName
{
border-color: #0F63F6;
}
</style>