Shades of Navy Blue #066CCD
Tints of Navy Blue #066CCD
RGB
CMYK
RGB Variations
Color information
#066CCD (or 0x066CCD) is known color: Navy Blue. HEX triplet: 06, 6C and CD. RGB value is (6,108,205). Sum of RGB (Red+Green+Blue) = 6+108+205=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #066CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CCD is #F99332. Grayscale: #585858. Windows color (decimal): -16356147 or 13462534. OLE color: 13462534.
HSL color Cylindrical-coordinate representation of color #066CCD: hue angle of 209.25º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CCD is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 108 | 205 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.20 |
| HSL | 209.25º | 0.94% | 0.41% | - |
| HSV(B) | 209.25º | 0.97% | 0.8% | - |
| XYZ | 16.46 | 15.17 | 59.82 | - |
| YUV | 88.56 | 193.71 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 205 | 0.97 | 0.47 | 0 | 0.20 | 209.25 | 0.94 | 0.41 |
| Hex | 6 | 6C | CD | 61 | 2F | 0 | 14 | D1 | 5E | 29 |
| Octal | 6 | 154 | 315 | 141 | 57 | 0 | 24 | 321 | 136 | 51 |
| Binary | 110 | 1101100 | 11001101 | 1100001 | 101111 | 0 | 10100 | 11010001 | 1011110 | 101001 |
Color Harmonies of #066CCD
Complementary color
Monochromatic Colors of #066CCD
Black with #066CCD
Text Example
Text Example
White with #066CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CCD; }
p { color: rgb(6,108,205); }
H1.HeaderClassName
{
color: #066CCD;
}
.AnyTagClassName
{
color: #066CCD;
}
</style>
background-color css
<style>
a { background-color: #066CCD; }
a { background-color: rgb(6,108,205); }
div.DivClassName
{
background-color: #066CCD;
}
.BgClassName
{
background-color: #066CCD;
}
</style>
border-color css
<style>
span { border-color: #066CCD; }
span { border-color: rgb(6,108,205); }
td.TdClassName
{
border-color: #066CCD;
}
.TagClassName
{
border-color: #066CCD;
}
</style>