Shades of Navy Blue #006ECB
Tints of Navy Blue #006ECB
RGB
CMYK
RGB Variations
Color information
#006ECB (or 0x006ECB) is known color: Navy Blue. HEX triplet: 00, 6E and CB. RGB value is (0,110,203). Sum of RGB (Red+Green+Blue) = 0+110+203=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #006ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECB is #FF9134. Grayscale: #575757. Windows color (decimal): -16748853 or 13331968. OLE color: 13331968.
HSL color Cylindrical-coordinate representation of color #006ECB: hue angle of 207.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ECB is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 110 | 203 | - |
| CMYK | 1 | 0.46 | 0 | 0.20 |
| HSL | 207.49º | 1% | 0.4% | - |
| HSV(B) | 207.49º | 1% | 0.8% | - |
| XYZ | 16.36 | 15.46 | 58.62 | - |
| YUV | 87.71 | 193.06 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 203 | 1 | 0.46 | 0 | 0.20 | 207.49 | 1 | 0.4 |
| Hex | 0 | 6E | CB | 64 | 2E | 0 | 14 | CF | 64 | 28 |
| Octal | 0 | 156 | 313 | 144 | 56 | 0 | 24 | 317 | 144 | 50 |
| Binary | 0 | 1101110 | 11001011 | 1100100 | 101110 | 0 | 10100 | 11001111 | 1100100 | 101000 |
Color Harmonies of #006ECB
Complementary color
Monochromatic Colors of #006ECB
Black with #006ECB
Text Example
Text Example
White with #006ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ECB; }
p { color: rgb(0,110,203); }
H1.HeaderClassName
{
color: #006ECB;
}
.AnyTagClassName
{
color: #006ECB;
}
</style>
background-color css
<style>
a { background-color: #006ECB; }
a { background-color: rgb(0,110,203); }
div.DivClassName
{
background-color: #006ECB;
}
.BgClassName
{
background-color: #006ECB;
}
</style>
border-color css
<style>
span { border-color: #006ECB; }
span { border-color: rgb(0,110,203); }
td.TdClassName
{
border-color: #006ECB;
}
.TagClassName
{
border-color: #006ECB;
}
</style>