Shades of Navy Blue #0663F2
Tints of Navy Blue #0663F2
RGB
CMYK
RGB Variations
Color information
#0663F2 (or 0x0663F2) is known color: Navy Blue. HEX triplet: 06, 63 and F2. RGB value is (6,99,242). Sum of RGB (Red+Green+Blue) = 6+99+242=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #0663F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0663F2 is #F99C0D. Grayscale: #565656. Windows color (decimal): -16358414 or 15885062. OLE color: 15885062.
HSL color Cylindrical-coordinate representation of color #0663F2: hue angle of 216.36º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0663F2 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 99 | 242 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.05 |
| HSL | 216.36º | 0.95% | 0.49% | - |
| HSV(B) | 216.36º | 0.98% | 0.95% | - |
| XYZ | 20.56 | 15.37 | 85.89 | - |
| YUV | 87.5 | 215.19 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 242 | 0.98 | 0.59 | 0 | 0.05 | 216.36 | 0.95 | 0.49 |
| Hex | 6 | 63 | F2 | 62 | 3B | 0 | 5 | D8 | 5F | 31 |
| Octal | 6 | 143 | 362 | 142 | 73 | 0 | 5 | 330 | 137 | 61 |
| Binary | 110 | 1100011 | 11110010 | 1100010 | 111011 | 0 | 101 | 11011000 | 1011111 | 110001 |
Color Harmonies of #0663F2
Complementary color
Monochromatic Colors of #0663F2
Black with #0663F2
Text Example
Text Example
White with #0663F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0663F2; }
p { color: rgb(6,99,242); }
H1.HeaderClassName
{
color: #0663F2;
}
.AnyTagClassName
{
color: #0663F2;
}
</style>
background-color css
<style>
a { background-color: #0663F2; }
a { background-color: rgb(6,99,242); }
div.DivClassName
{
background-color: #0663F2;
}
.BgClassName
{
background-color: #0663F2;
}
</style>
border-color css
<style>
span { border-color: #0663F2; }
span { border-color: rgb(6,99,242); }
td.TdClassName
{
border-color: #0663F2;
}
.TagClassName
{
border-color: #0663F2;
}
</style>