Shades of Navy Blue #006DB7
Tints of Navy Blue #006DB7
RGB
CMYK
RGB Variations
Color information
#006DB7 (or 0x006DB7) is known color: Navy Blue. HEX triplet: 00, 6D and B7. RGB value is (0,109,183). Sum of RGB (Red+Green+Blue) = 0+109+183=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 183 (71.88% from 255 or 62.67% from 292); Max value from RGB is 183 - color contains mainly: blue. Hex color #006DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DB7 is #FF9248. Grayscale: #545454. Windows color (decimal): -16749129 or 12020992. OLE color: 12020992.
HSL color Cylindrical-coordinate representation of color #006DB7: hue angle of 204.26º 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 #006DB7 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 109 | 183 | - |
| CMYK | 1 | 0.40 | 0 | 0.28 |
| HSL | 204.26º | 1% | 0.36% | - |
| HSV(B) | 204.26º | 1% | 0.72% | - |
| XYZ | 14.02 | 14.36 | 46.83 | - |
| YUV | 84.85 | 183.39 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 183 | 1 | 0.40 | 0 | 0.28 | 204.26 | 1 | 0.36 |
| Hex | 0 | 6D | B7 | 64 | 28 | 0 | 1C | CC | 64 | 24 |
| Octal | 0 | 155 | 267 | 144 | 50 | 0 | 34 | 314 | 144 | 44 |
| Binary | 0 | 1101101 | 10110111 | 1100100 | 101000 | 0 | 11100 | 11001100 | 1100100 | 100100 |
Color Harmonies of #006DB7
Complementary color
Monochromatic Colors of #006DB7
Black with #006DB7
Text Example
Text Example
White with #006DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DB7; }
p { color: rgb(0,109,183); }
H1.HeaderClassName
{
color: #006DB7;
}
.AnyTagClassName
{
color: #006DB7;
}
</style>
background-color css
<style>
a { background-color: #006DB7; }
a { background-color: rgb(0,109,183); }
div.DivClassName
{
background-color: #006DB7;
}
.BgClassName
{
background-color: #006DB7;
}
</style>
border-color css
<style>
span { border-color: #006DB7; }
span { border-color: rgb(0,109,183); }
td.TdClassName
{
border-color: #006DB7;
}
.TagClassName
{
border-color: #006DB7;
}
</style>