Shades of Navy Blue #006DC7
Tints of Navy Blue #006DC7
RGB
CMYK
RGB Variations
Color information
#006DC7 (or 0x006DC7) is known color: Navy Blue. HEX triplet: 00, 6D and C7. RGB value is (0,109,199). Sum of RGB (Red+Green+Blue) = 0+109+199=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 199 (78.12% from 255 or 64.61% from 308); Max value from RGB is 199 - color contains mainly: blue. Hex color #006DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DC7 is #FF9238. Grayscale: #565656. Windows color (decimal): -16749113 or 13069568. OLE color: 13069568.
HSL color Cylindrical-coordinate representation of color #006DC7: hue angle of 207.14º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DC7 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 109 | 199 | - |
| CMYK | 1 | 0.45 | 0 | 0.22 |
| HSL | 207.14º | 1% | 0.39% | - |
| HSV(B) | 207.14º | 1% | 0.78% | - |
| XYZ | 15.78 | 15.06 | 56.11 | - |
| YUV | 86.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 199 | 1 | 0.45 | 0 | 0.22 | 207.14 | 1 | 0.39 |
| Hex | 0 | 6D | C7 | 64 | 2D | 0 | 16 | CF | 64 | 27 |
| Octal | 0 | 155 | 307 | 144 | 55 | 0 | 26 | 317 | 144 | 47 |
| Binary | 0 | 1101101 | 11000111 | 1100100 | 101101 | 0 | 10110 | 11001111 | 1100100 | 100111 |
Color Harmonies of #006DC7
Complementary color
Monochromatic Colors of #006DC7
Black with #006DC7
Text Example
Text Example
White with #006DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DC7; }
p { color: rgb(0,109,199); }
H1.HeaderClassName
{
color: #006DC7;
}
.AnyTagClassName
{
color: #006DC7;
}
</style>
background-color css
<style>
a { background-color: #006DC7; }
a { background-color: rgb(0,109,199); }
div.DivClassName
{
background-color: #006DC7;
}
.BgClassName
{
background-color: #006DC7;
}
</style>
border-color css
<style>
span { border-color: #006DC7; }
span { border-color: rgb(0,109,199); }
td.TdClassName
{
border-color: #006DC7;
}
.TagClassName
{
border-color: #006DC7;
}
</style>