Shades of Navy Blue #0F63DA
Tints of Navy Blue #0F63DA
RGB
CMYK
RGB Variations
Color information
#0F63DA (or 0x0F63DA) is known color: Navy Blue. HEX triplet: 0F, 63 and DA. RGB value is (15,99,218). Sum of RGB (Red+Green+Blue) = 15+99+218=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F63DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F63DA is #F09C25. Grayscale: #565656. Windows color (decimal): -15768614 or 14312207. OLE color: 14312207.
HSL color Cylindrical-coordinate representation of color #0F63DA: hue angle of 215.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F63DA is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 99 | 218 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.15 |
| HSL | 215.17º | 0.87% | 0.46% | - |
| HSV(B) | 215.17º | 0.93% | 0.85% | - |
| XYZ | 17.31 | 14.09 | 68.14 | - |
| YUV | 87.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 218 | 0.93 | 0.55 | 0 | 0.15 | 215.17 | 0.87 | 0.46 |
| Hex | F | 63 | DA | 5D | 37 | 0 | F | D7 | 57 | 2E |
| Octal | 17 | 143 | 332 | 135 | 67 | 0 | 17 | 327 | 127 | 56 |
| Binary | 1111 | 1100011 | 11011010 | 1011101 | 110111 | 0 | 1111 | 11010111 | 1010111 | 101110 |
Color Harmonies of #0F63DA
Complementary color
Monochromatic Colors of #0F63DA
Black with #0F63DA
Text Example
Text Example
White with #0F63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F63DA; }
p { color: rgb(15,99,218); }
H1.HeaderClassName
{
color: #0F63DA;
}
.AnyTagClassName
{
color: #0F63DA;
}
</style>
background-color css
<style>
a { background-color: #0F63DA; }
a { background-color: rgb(15,99,218); }
div.DivClassName
{
background-color: #0F63DA;
}
.BgClassName
{
background-color: #0F63DA;
}
</style>
border-color css
<style>
span { border-color: #0F63DA; }
span { border-color: rgb(15,99,218); }
td.TdClassName
{
border-color: #0F63DA;
}
.TagClassName
{
border-color: #0F63DA;
}
</style>