Shades of Navy Blue #066DC8
Tints of Navy Blue #066DC8
RGB
CMYK
RGB Variations
Color information
#066DC8 (or 0x066DC8) is known color: Navy Blue. HEX triplet: 06, 6D and C8. RGB value is (6,109,200). Sum of RGB (Red+Green+Blue) = 6+109+200=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #066DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DC8 is #F99237. Grayscale: #585858. Windows color (decimal): -16355896 or 13135110. OLE color: 13135110.
HSL color Cylindrical-coordinate representation of color #066DC8: hue angle of 208.14º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DC8 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 109 | 200 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.22 |
| HSL | 208.14º | 0.94% | 0.4% | - |
| HSV(B) | 208.14º | 0.97% | 0.78% | - |
| XYZ | 15.97 | 15.15 | 56.73 | - |
| YUV | 88.58 | 190.88 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 200 | 0.97 | 0.46 | 0 | 0.22 | 208.14 | 0.94 | 0.4 |
| Hex | 6 | 6D | C8 | 61 | 2E | 0 | 16 | D0 | 5E | 28 |
| Octal | 6 | 155 | 310 | 141 | 56 | 0 | 26 | 320 | 136 | 50 |
| Binary | 110 | 1101101 | 11001000 | 1100001 | 101110 | 0 | 10110 | 11010000 | 1011110 | 101000 |
Color Harmonies of #066DC8
Complementary color
Monochromatic Colors of #066DC8
Black with #066DC8
Text Example
Text Example
White with #066DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DC8; }
p { color: rgb(6,109,200); }
H1.HeaderClassName
{
color: #066DC8;
}
.AnyTagClassName
{
color: #066DC8;
}
</style>
background-color css
<style>
a { background-color: #066DC8; }
a { background-color: rgb(6,109,200); }
div.DivClassName
{
background-color: #066DC8;
}
.BgClassName
{
background-color: #066DC8;
}
</style>
border-color css
<style>
span { border-color: #066DC8; }
span { border-color: rgb(6,109,200); }
td.TdClassName
{
border-color: #066DC8;
}
.TagClassName
{
border-color: #066DC8;
}
</style>