Shades of Navy Blue #0663DC
Tints of Navy Blue #0663DC
RGB
CMYK
RGB Variations
Color information
#0663DC (or 0x0663DC) is known color: Navy Blue. HEX triplet: 06, 63 and DC. RGB value is (6,99,220). Sum of RGB (Red+Green+Blue) = 6+99+220=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #0663DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0663DC is #F99C23. Grayscale: #545454. Windows color (decimal): -16358436 or 14443270. OLE color: 14443270.
HSL color Cylindrical-coordinate representation of color #0663DC: hue angle of 213.93º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0663DC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 99 | 220 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.14 |
| HSL | 213.93º | 0.95% | 0.44% | - |
| HSV(B) | 213.93º | 0.97% | 0.86% | - |
| XYZ | 17.46 | 14.13 | 69.52 | - |
| YUV | 84.99 | 204.19 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 220 | 0.97 | 0.55 | 0 | 0.14 | 213.93 | 0.95 | 0.44 |
| Hex | 6 | 63 | DC | 61 | 37 | 0 | E | D6 | 5F | 2C |
| Octal | 6 | 143 | 334 | 141 | 67 | 0 | 16 | 326 | 137 | 54 |
| Binary | 110 | 1100011 | 11011100 | 1100001 | 110111 | 0 | 1110 | 11010110 | 1011111 | 101100 |
Color Harmonies of #0663DC
Complementary color
Monochromatic Colors of #0663DC
Black with #0663DC
Text Example
Text Example
White with #0663DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0663DC; }
p { color: rgb(6,99,220); }
H1.HeaderClassName
{
color: #0663DC;
}
.AnyTagClassName
{
color: #0663DC;
}
</style>
background-color css
<style>
a { background-color: #0663DC; }
a { background-color: rgb(6,99,220); }
div.DivClassName
{
background-color: #0663DC;
}
.BgClassName
{
background-color: #0663DC;
}
</style>
border-color css
<style>
span { border-color: #0663DC; }
span { border-color: rgb(6,99,220); }
td.TdClassName
{
border-color: #0663DC;
}
.TagClassName
{
border-color: #0663DC;
}
</style>