Shades of Navy Blue #006EB8
Tints of Navy Blue #006EB8
RGB
CMYK
RGB Variations
Color information
#006EB8 (or 0x006EB8) is known color: Navy Blue. HEX triplet: 00, 6E and B8. RGB value is (0,110,184). Sum of RGB (Red+Green+Blue) = 0+110+184=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #006EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EB8 is #FF9147. Grayscale: #555555. Windows color (decimal): -16748872 or 12086784. OLE color: 12086784.
HSL color Cylindrical-coordinate representation of color #006EB8: hue angle of 204.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EB8 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 110 | 184 | - |
| CMYK | 1 | 0.40 | 0 | 0.28 |
| HSL | 204.13º | 1% | 0.36% | - |
| HSV(B) | 204.13º | 1% | 0.72% | - |
| XYZ | 14.23 | 14.61 | 47.42 | - |
| YUV | 85.55 | 183.56 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 184 | 1 | 0.40 | 0 | 0.28 | 204.13 | 1 | 0.36 |
| Hex | 0 | 6E | B8 | 64 | 28 | 0 | 1C | CC | 64 | 24 |
| Octal | 0 | 156 | 270 | 144 | 50 | 0 | 34 | 314 | 144 | 44 |
| Binary | 0 | 1101110 | 10111000 | 1100100 | 101000 | 0 | 11100 | 11001100 | 1100100 | 100100 |
Color Harmonies of #006EB8
Complementary color
Monochromatic Colors of #006EB8
Black with #006EB8
Text Example
Text Example
White with #006EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EB8; }
p { color: rgb(0,110,184); }
H1.HeaderClassName
{
color: #006EB8;
}
.AnyTagClassName
{
color: #006EB8;
}
</style>
background-color css
<style>
a { background-color: #006EB8; }
a { background-color: rgb(0,110,184); }
div.DivClassName
{
background-color: #006EB8;
}
.BgClassName
{
background-color: #006EB8;
}
</style>
border-color css
<style>
span { border-color: #006EB8; }
span { border-color: rgb(0,110,184); }
td.TdClassName
{
border-color: #006EB8;
}
.TagClassName
{
border-color: #006EB8;
}
</style>