Shades of Navy Blue #066EB8
Tints of Navy Blue #066EB8
RGB
CMYK
RGB Variations
Color information
#066EB8 (or 0x066EB8) is known color: Navy Blue. HEX triplet: 06, 6E and B8. RGB value is (6,110,184). Sum of RGB (Red+Green+Blue) = 6+110+184=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #066EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EB8 is #F99147. Grayscale: #565656. Windows color (decimal): -16355656 or 12086790. OLE color: 12086790.
HSL color Cylindrical-coordinate representation of color #066EB8: hue angle of 204.94º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EB8 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 110 | 184 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.28 |
| HSL | 204.94º | 0.94% | 0.37% | - |
| HSV(B) | 204.94º | 0.97% | 0.72% | - |
| XYZ | 14.3 | 14.65 | 47.42 | - |
| YUV | 87.34 | 182.54 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 184 | 0.97 | 0.40 | 0 | 0.28 | 204.94 | 0.94 | 0.37 |
| Hex | 6 | 6E | B8 | 61 | 28 | 0 | 1C | CD | 5E | 25 |
| Octal | 6 | 156 | 270 | 141 | 50 | 0 | 34 | 315 | 136 | 45 |
| Binary | 110 | 1101110 | 10111000 | 1100001 | 101000 | 0 | 11100 | 11001101 | 1011110 | 100101 |
Color Harmonies of #066EB8
Complementary color
Monochromatic Colors of #066EB8
Black with #066EB8
Text Example
Text Example
White with #066EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EB8; }
p { color: rgb(6,110,184); }
H1.HeaderClassName
{
color: #066EB8;
}
.AnyTagClassName
{
color: #066EB8;
}
</style>
background-color css
<style>
a { background-color: #066EB8; }
a { background-color: rgb(6,110,184); }
div.DivClassName
{
background-color: #066EB8;
}
.BgClassName
{
background-color: #066EB8;
}
</style>
border-color css
<style>
span { border-color: #066EB8; }
span { border-color: rgb(6,110,184); }
td.TdClassName
{
border-color: #066EB8;
}
.TagClassName
{
border-color: #066EB8;
}
</style>