Shades of Navy Blue #0663F9
Tints of Navy Blue #0663F9
RGB
CMYK
RGB Variations
Color information
#0663F9 (or 0x0663F9) is known color: Navy Blue. HEX triplet: 06, 63 and F9. RGB value is (6,99,249). Sum of RGB (Red+Green+Blue) = 6+99+249=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #0663F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0663F9 is #F99C06. Grayscale: #575757. Windows color (decimal): -16358407 or 16343814. OLE color: 16343814.
HSL color Cylindrical-coordinate representation of color #0663F9: hue angle of 217.04º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0663F9 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 99 | 249 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.02 |
| HSL | 217.04º | 0.95% | 0.5% | - |
| HSV(B) | 217.04º | 0.98% | 0.98% | - |
| XYZ | 21.64 | 15.8 | 91.53 | - |
| YUV | 88.29 | 218.69 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 249 | 0.98 | 0.60 | 0 | 0.02 | 217.04 | 0.95 | 0.5 |
| Hex | 6 | 63 | F9 | 62 | 3C | 0 | 2 | D9 | 5F | 32 |
| Octal | 6 | 143 | 371 | 142 | 74 | 0 | 2 | 331 | 137 | 62 |
| Binary | 110 | 1100011 | 11111001 | 1100010 | 111100 | 0 | 10 | 11011001 | 1011111 | 110010 |
Color Harmonies of #0663F9
Complementary color
Monochromatic Colors of #0663F9
Black with #0663F9
Text Example
Text Example
White with #0663F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0663F9; }
p { color: rgb(6,99,249); }
H1.HeaderClassName
{
color: #0663F9;
}
.AnyTagClassName
{
color: #0663F9;
}
</style>
background-color css
<style>
a { background-color: #0663F9; }
a { background-color: rgb(6,99,249); }
div.DivClassName
{
background-color: #0663F9;
}
.BgClassName
{
background-color: #0663F9;
}
</style>
border-color css
<style>
span { border-color: #0663F9; }
span { border-color: rgb(6,99,249); }
td.TdClassName
{
border-color: #0663F9;
}
.TagClassName
{
border-color: #0663F9;
}
</style>