Shades of Navy Blue #006CB6
Tints of Navy Blue #006CB6
RGB
CMYK
RGB Variations
Color information
#006CB6 (or 0x006CB6) is known color: Navy Blue. HEX triplet: 00, 6C and B6. RGB value is (0,108,182). Sum of RGB (Red+Green+Blue) = 0+108+182=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #006CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CB6 is #FF9349. Grayscale: #535353. Windows color (decimal): -16749386 or 11955200. OLE color: 11955200.
HSL color Cylindrical-coordinate representation of color #006CB6: hue angle of 204.4º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CB6 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 108 | 182 | - |
| CMYK | 1 | 0.41 | 0 | 0.29 |
| HSL | 204.4º | 1% | 0.36% | - |
| HSV(B) | 204.4º | 1% | 0.71% | - |
| XYZ | 13.81 | 14.1 | 46.25 | - |
| YUV | 84.14 | 183.22 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 182 | 1 | 0.41 | 0 | 0.29 | 204.4 | 1 | 0.36 |
| Hex | 0 | 6C | B6 | 64 | 29 | 0 | 1D | CC | 64 | 24 |
| Octal | 0 | 154 | 266 | 144 | 51 | 0 | 35 | 314 | 144 | 44 |
| Binary | 0 | 1101100 | 10110110 | 1100100 | 101001 | 0 | 11101 | 11001100 | 1100100 | 100100 |
Color Harmonies of #006CB6
Complementary color
Monochromatic Colors of #006CB6
Black with #006CB6
Text Example
Text Example
White with #006CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CB6; }
p { color: rgb(0,108,182); }
H1.HeaderClassName
{
color: #006CB6;
}
.AnyTagClassName
{
color: #006CB6;
}
</style>
background-color css
<style>
a { background-color: #006CB6; }
a { background-color: rgb(0,108,182); }
div.DivClassName
{
background-color: #006CB6;
}
.BgClassName
{
background-color: #006CB6;
}
</style>
border-color css
<style>
span { border-color: #006CB6; }
span { border-color: rgb(0,108,182); }
td.TdClassName
{
border-color: #006CB6;
}
.TagClassName
{
border-color: #006CB6;
}
</style>