Shades of Navy Blue #006DBF
Tints of Navy Blue #006DBF
RGB
CMYK
RGB Variations
Color information
#006DBF (or 0x006DBF) is known color: Navy Blue. HEX triplet: 00, 6D and BF. RGB value is (0,109,191). Sum of RGB (Red+Green+Blue) = 0+109+191=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #006DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DBF is #FF9240. Grayscale: #555555. Windows color (decimal): -16749121 or 12545280. OLE color: 12545280.
HSL color Cylindrical-coordinate representation of color #006DBF: hue angle of 205.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DBF is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 109 | 191 | - |
| CMYK | 1 | 0.43 | 0 | 0.25 |
| HSL | 205.76º | 1% | 0.37% | - |
| HSV(B) | 205.76º | 1% | 0.75% | - |
| XYZ | 14.87 | 14.7 | 51.34 | - |
| YUV | 85.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 191 | 1 | 0.43 | 0 | 0.25 | 205.76 | 1 | 0.37 |
| Hex | 0 | 6D | BF | 64 | 2B | 0 | 19 | CE | 64 | 25 |
| Octal | 0 | 155 | 277 | 144 | 53 | 0 | 31 | 316 | 144 | 45 |
| Binary | 0 | 1101101 | 10111111 | 1100100 | 101011 | 0 | 11001 | 11001110 | 1100100 | 100101 |
Color Harmonies of #006DBF
Complementary color
Monochromatic Colors of #006DBF
Black with #006DBF
Text Example
Text Example
White with #006DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DBF; }
p { color: rgb(0,109,191); }
H1.HeaderClassName
{
color: #006DBF;
}
.AnyTagClassName
{
color: #006DBF;
}
</style>
background-color css
<style>
a { background-color: #006DBF; }
a { background-color: rgb(0,109,191); }
div.DivClassName
{
background-color: #006DBF;
}
.BgClassName
{
background-color: #006DBF;
}
</style>
border-color css
<style>
span { border-color: #006DBF; }
span { border-color: rgb(0,109,191); }
td.TdClassName
{
border-color: #006DBF;
}
.TagClassName
{
border-color: #006DBF;
}
</style>