Shades of Navy Blue #066EC2
Tints of Navy Blue #066EC2
RGB
CMYK
RGB Variations
Color information
#066EC2 (or 0x066EC2) is known color: Navy Blue. HEX triplet: 06, 6E and C2. RGB value is (6,110,194). Sum of RGB (Red+Green+Blue) = 6+110+194=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #066EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EC2 is #F9913D. Grayscale: #585858. Windows color (decimal): -16355646 or 12742150. OLE color: 12742150.
HSL color Cylindrical-coordinate representation of color #066EC2: hue angle of 206.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EC2 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 110 | 194 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.24 |
| HSL | 206.81º | 0.94% | 0.39% | - |
| HSV(B) | 206.81º | 0.97% | 0.76% | - |
| XYZ | 15.39 | 15.09 | 53.14 | - |
| YUV | 88.48 | 187.54 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 194 | 0.97 | 0.43 | 0 | 0.24 | 206.81 | 0.94 | 0.39 |
| Hex | 6 | 6E | C2 | 61 | 2B | 0 | 18 | CF | 5E | 27 |
| Octal | 6 | 156 | 302 | 141 | 53 | 0 | 30 | 317 | 136 | 47 |
| Binary | 110 | 1101110 | 11000010 | 1100001 | 101011 | 0 | 11000 | 11001111 | 1011110 | 100111 |
Color Harmonies of #066EC2
Complementary color
Monochromatic Colors of #066EC2
Black with #066EC2
Text Example
Text Example
White with #066EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EC2; }
p { color: rgb(6,110,194); }
H1.HeaderClassName
{
color: #066EC2;
}
.AnyTagClassName
{
color: #066EC2;
}
</style>
background-color css
<style>
a { background-color: #066EC2; }
a { background-color: rgb(6,110,194); }
div.DivClassName
{
background-color: #066EC2;
}
.BgClassName
{
background-color: #066EC2;
}
</style>
border-color css
<style>
span { border-color: #066EC2; }
span { border-color: rgb(6,110,194); }
td.TdClassName
{
border-color: #066EC2;
}
.TagClassName
{
border-color: #066EC2;
}
</style>