Shades of Navy Blue #006CB9
Tints of Navy Blue #006CB9
RGB
CMYK
RGB Variations
Color information
#006CB9 (or 0x006CB9) is known color: Navy Blue. HEX triplet: 00, 6C and B9. RGB value is (0,108,185). Sum of RGB (Red+Green+Blue) = 0+108+185=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #006CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CB9 is #FF9346. Grayscale: #545454. Windows color (decimal): -16749383 or 12151808. OLE color: 12151808.
HSL color Cylindrical-coordinate representation of color #006CB9: hue angle of 204.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CB9 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 108 | 185 | - |
| CMYK | 1 | 0.42 | 0 | 0.27 |
| HSL | 204.97º | 1% | 0.36% | - |
| HSV(B) | 204.97º | 1% | 0.73% | - |
| XYZ | 14.12 | 14.23 | 47.9 | - |
| YUV | 84.49 | 184.72 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 185 | 1 | 0.42 | 0 | 0.27 | 204.97 | 1 | 0.36 |
| Hex | 0 | 6C | B9 | 64 | 2A | 0 | 1B | CD | 64 | 24 |
| Octal | 0 | 154 | 271 | 144 | 52 | 0 | 33 | 315 | 144 | 44 |
| Binary | 0 | 1101100 | 10111001 | 1100100 | 101010 | 0 | 11011 | 11001101 | 1100100 | 100100 |
Color Harmonies of #006CB9
Complementary color
Monochromatic Colors of #006CB9
Black with #006CB9
Text Example
Text Example
White with #006CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CB9; }
p { color: rgb(0,108,185); }
H1.HeaderClassName
{
color: #006CB9;
}
.AnyTagClassName
{
color: #006CB9;
}
</style>
background-color css
<style>
a { background-color: #006CB9; }
a { background-color: rgb(0,108,185); }
div.DivClassName
{
background-color: #006CB9;
}
.BgClassName
{
background-color: #006CB9;
}
</style>
border-color css
<style>
span { border-color: #006CB9; }
span { border-color: rgb(0,108,185); }
td.TdClassName
{
border-color: #006CB9;
}
.TagClassName
{
border-color: #006CB9;
}
</style>