Shades of Navy Blue #0F63DC
Tints of Navy Blue #0F63DC
RGB
CMYK
RGB Variations
Color information
#0F63DC (or 0x0F63DC) is known color: Navy Blue. HEX triplet: 0F, 63 and DC. RGB value is (15,99,220). Sum of RGB (Red+Green+Blue) = 15+99+220=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F63DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F63DC is #F09C23. Grayscale: #575757. Windows color (decimal): -15768612 or 14443279. OLE color: 14443279.
HSL color Cylindrical-coordinate representation of color #0F63DC: hue angle of 215.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F63DC is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 99 | 220 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.14 |
| HSL | 215.41º | 0.87% | 0.46% | - |
| HSV(B) | 215.41º | 0.93% | 0.86% | - |
| XYZ | 17.58 | 14.19 | 69.52 | - |
| YUV | 87.68 | 202.67 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 220 | 0.93 | 0.55 | 0 | 0.14 | 215.41 | 0.87 | 0.46 |
| Hex | F | 63 | DC | 5D | 37 | 0 | E | D7 | 57 | 2E |
| Octal | 17 | 143 | 334 | 135 | 67 | 0 | 16 | 327 | 127 | 56 |
| Binary | 1111 | 1100011 | 11011100 | 1011101 | 110111 | 0 | 1110 | 11010111 | 1010111 | 101110 |
Color Harmonies of #0F63DC
Complementary color
Monochromatic Colors of #0F63DC
Black with #0F63DC
Text Example
Text Example
White with #0F63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F63DC; }
p { color: rgb(15,99,220); }
H1.HeaderClassName
{
color: #0F63DC;
}
.AnyTagClassName
{
color: #0F63DC;
}
</style>
background-color css
<style>
a { background-color: #0F63DC; }
a { background-color: rgb(15,99,220); }
div.DivClassName
{
background-color: #0F63DC;
}
.BgClassName
{
background-color: #0F63DC;
}
</style>
border-color css
<style>
span { border-color: #0F63DC; }
span { border-color: rgb(15,99,220); }
td.TdClassName
{
border-color: #0F63DC;
}
.TagClassName
{
border-color: #0F63DC;
}
</style>