Shades of Navy Blue #0063DC
Tints of Navy Blue #0063DC
RGB
CMYK
RGB Variations
Color information
#0063DC (or 0x0063DC) is known color: Navy Blue. HEX triplet: 00, 63 and DC. RGB value is (0,99,220). Sum of RGB (Red+Green+Blue) = 0+99+220=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #0063DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063DC is #FF9C23. Grayscale: #525252. Windows color (decimal): -16751652 or 14443264. OLE color: 14443264.
HSL color Cylindrical-coordinate representation of color #0063DC: hue angle of 213º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063DC is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 99 | 220 | - |
| CMYK | 1 | 0.55 | 0 | 0.14 |
| HSL | 213º | 1% | 0.43% | - |
| HSV(B) | 213º | 1% | 0.86% | - |
| XYZ | 17.38 | 14.09 | 69.51 | - |
| YUV | 83.19 | 205.2 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 220 | 1 | 0.55 | 0 | 0.14 | 213 | 1 | 0.43 |
| Hex | 0 | 63 | DC | 64 | 37 | 0 | E | D5 | 64 | 2B |
| Octal | 0 | 143 | 334 | 144 | 67 | 0 | 16 | 325 | 144 | 53 |
| Binary | 0 | 1100011 | 11011100 | 1100100 | 110111 | 0 | 1110 | 11010101 | 1100100 | 101011 |
Color Harmonies of #0063DC
Complementary color
Monochromatic Colors of #0063DC
Black with #0063DC
Text Example
Text Example
White with #0063DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0063DC; }
p { color: rgb(0,99,220); }
H1.HeaderClassName
{
color: #0063DC;
}
.AnyTagClassName
{
color: #0063DC;
}
</style>
background-color css
<style>
a { background-color: #0063DC; }
a { background-color: rgb(0,99,220); }
div.DivClassName
{
background-color: #0063DC;
}
.BgClassName
{
background-color: #0063DC;
}
</style>
border-color css
<style>
span { border-color: #0063DC; }
span { border-color: rgb(0,99,220); }
td.TdClassName
{
border-color: #0063DC;
}
.TagClassName
{
border-color: #0063DC;
}
</style>