Shades of Navy Blue #006DBA
Tints of Navy Blue #006DBA
RGB
CMYK
RGB Variations
Color information
#006DBA (or 0x006DBA) is known color: Navy Blue. HEX triplet: 00, 6D and BA. RGB value is (0,109,186). Sum of RGB (Red+Green+Blue) = 0+109+186=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #006DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DBA is #FF9245. Grayscale: #545454. Windows color (decimal): -16749126 or 12217600. OLE color: 12217600.
HSL color Cylindrical-coordinate representation of color #006DBA: hue angle of 204.84º 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 #006DBA is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 109 | 186 | - |
| CMYK | 1 | 0.41 | 0 | 0.27 |
| HSL | 204.84º | 1% | 0.36% | - |
| HSV(B) | 204.84º | 1% | 0.73% | - |
| XYZ | 14.33 | 14.48 | 48.49 | - |
| YUV | 85.19 | 184.89 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 186 | 1 | 0.41 | 0 | 0.27 | 204.84 | 1 | 0.36 |
| Hex | 0 | 6D | BA | 64 | 29 | 0 | 1B | CD | 64 | 24 |
| Octal | 0 | 155 | 272 | 144 | 51 | 0 | 33 | 315 | 144 | 44 |
| Binary | 0 | 1101101 | 10111010 | 1100100 | 101001 | 0 | 11011 | 11001101 | 1100100 | 100100 |
Color Harmonies of #006DBA
Complementary color
Monochromatic Colors of #006DBA
Black with #006DBA
Text Example
Text Example
White with #006DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DBA; }
p { color: rgb(0,109,186); }
H1.HeaderClassName
{
color: #006DBA;
}
.AnyTagClassName
{
color: #006DBA;
}
</style>
background-color css
<style>
a { background-color: #006DBA; }
a { background-color: rgb(0,109,186); }
div.DivClassName
{
background-color: #006DBA;
}
.BgClassName
{
background-color: #006DBA;
}
</style>
border-color css
<style>
span { border-color: #006DBA; }
span { border-color: rgb(0,109,186); }
td.TdClassName
{
border-color: #006DBA;
}
.TagClassName
{
border-color: #006DBA;
}
</style>