Shades of Navy Blue #0662DC
Tints of Navy Blue #0662DC
RGB
CMYK
RGB Variations
Color information
#0662DC (or 0x0662DC) is known color: Navy Blue. HEX triplet: 06, 62 and DC. RGB value is (6,98,220). Sum of RGB (Red+Green+Blue) = 6+98+220=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #0662DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0662DC is #F99D23. Grayscale: #535353. Windows color (decimal): -16358692 or 14443014. OLE color: 14443014.
HSL color Cylindrical-coordinate representation of color #0662DC: hue angle of 214.21º 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 #0662DC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 98 | 220 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.14 |
| HSL | 214.21º | 0.95% | 0.44% | - |
| HSV(B) | 214.21º | 0.97% | 0.86% | - |
| XYZ | 17.36 | 13.94 | 69.49 | - |
| YUV | 84.4 | 204.52 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 220 | 0.97 | 0.55 | 0 | 0.14 | 214.21 | 0.95 | 0.44 |
| Hex | 6 | 62 | DC | 61 | 37 | 0 | E | D6 | 5F | 2C |
| Octal | 6 | 142 | 334 | 141 | 67 | 0 | 16 | 326 | 137 | 54 |
| Binary | 110 | 1100010 | 11011100 | 1100001 | 110111 | 0 | 1110 | 11010110 | 1011111 | 101100 |
Color Harmonies of #0662DC
Complementary color
Monochromatic Colors of #0662DC
Black with #0662DC
Text Example
Text Example
White with #0662DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0662DC; }
p { color: rgb(6,98,220); }
H1.HeaderClassName
{
color: #0662DC;
}
.AnyTagClassName
{
color: #0662DC;
}
</style>
background-color css
<style>
a { background-color: #0662DC; }
a { background-color: rgb(6,98,220); }
div.DivClassName
{
background-color: #0662DC;
}
.BgClassName
{
background-color: #0662DC;
}
</style>
border-color css
<style>
span { border-color: #0662DC; }
span { border-color: rgb(6,98,220); }
td.TdClassName
{
border-color: #0662DC;
}
.TagClassName
{
border-color: #0662DC;
}
</style>