Shades of Navy Blue #0663DF
Tints of Navy Blue #0663DF
RGB
CMYK
RGB Variations
Color information
#0663DF (or 0x0663DF) is known color: Navy Blue. HEX triplet: 06, 63 and DF. RGB value is (6,99,223). Sum of RGB (Red+Green+Blue) = 6+99+223=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #0663DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0663DF is #F99C20. Grayscale: #545454. Windows color (decimal): -16358433 or 14639878. OLE color: 14639878.
HSL color Cylindrical-coordinate representation of color #0663DF: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0663DF is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 99 | 223 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.13 |
| HSL | 214.29º | 0.95% | 0.45% | - |
| HSV(B) | 214.29º | 0.97% | 0.87% | - |
| XYZ | 17.86 | 14.29 | 71.63 | - |
| YUV | 85.33 | 205.69 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 223 | 0.97 | 0.56 | 0 | 0.13 | 214.29 | 0.95 | 0.45 |
| Hex | 6 | 63 | DF | 61 | 38 | 0 | D | D6 | 5F | 2D |
| Octal | 6 | 143 | 337 | 141 | 70 | 0 | 15 | 326 | 137 | 55 |
| Binary | 110 | 1100011 | 11011111 | 1100001 | 111000 | 0 | 1101 | 11010110 | 1011111 | 101101 |
Color Harmonies of #0663DF
Complementary color
Monochromatic Colors of #0663DF
Black with #0663DF
Text Example
Text Example
White with #0663DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0663DF; }
p { color: rgb(6,99,223); }
H1.HeaderClassName
{
color: #0663DF;
}
.AnyTagClassName
{
color: #0663DF;
}
</style>
background-color css
<style>
a { background-color: #0663DF; }
a { background-color: rgb(6,99,223); }
div.DivClassName
{
background-color: #0663DF;
}
.BgClassName
{
background-color: #0663DF;
}
</style>
border-color css
<style>
span { border-color: #0663DF; }
span { border-color: rgb(6,99,223); }
td.TdClassName
{
border-color: #0663DF;
}
.TagClassName
{
border-color: #0663DF;
}
</style>