Shades of Navy Blue #066EE8
Tints of Navy Blue #066EE8
RGB
CMYK
RGB Variations
Color information
#066EE8 (or 0x066EE8) is known color: Navy Blue. HEX triplet: 06, 6E and E8. RGB value is (6,110,232). Sum of RGB (Red+Green+Blue) = 6+110+232=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #066EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EE8 is #F99117. Grayscale: #5C5C5C. Windows color (decimal): -16355608 or 15232518. OLE color: 15232518.
HSL color Cylindrical-coordinate representation of color #066EE8: hue angle of 212.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EE8 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 110 | 232 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.09 |
| HSL | 212.39º | 0.95% | 0.47% | - |
| HSV(B) | 212.39º | 0.97% | 0.91% | - |
| XYZ | 20.22 | 17.02 | 78.56 | - |
| YUV | 92.81 | 206.54 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 232 | 0.97 | 0.53 | 0 | 0.09 | 212.39 | 0.95 | 0.47 |
| Hex | 6 | 6E | E8 | 61 | 35 | 0 | 9 | D4 | 5F | 2F |
| Octal | 6 | 156 | 350 | 141 | 65 | 0 | 11 | 324 | 137 | 57 |
| Binary | 110 | 1101110 | 11101000 | 1100001 | 110101 | 0 | 1001 | 11010100 | 1011111 | 101111 |
Color Harmonies of #066EE8
Complementary color
Monochromatic Colors of #066EE8
Black with #066EE8
Text Example
Text Example
White with #066EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EE8; }
p { color: rgb(6,110,232); }
H1.HeaderClassName
{
color: #066EE8;
}
.AnyTagClassName
{
color: #066EE8;
}
</style>
background-color css
<style>
a { background-color: #066EE8; }
a { background-color: rgb(6,110,232); }
div.DivClassName
{
background-color: #066EE8;
}
.BgClassName
{
background-color: #066EE8;
}
</style>
border-color css
<style>
span { border-color: #066EE8; }
span { border-color: rgb(6,110,232); }
td.TdClassName
{
border-color: #066EE8;
}
.TagClassName
{
border-color: #066EE8;
}
</style>