Shades of Navy Blue #006DCB
Tints of Navy Blue #006DCB
RGB
CMYK
RGB Variations
Color information
#006DCB (or 0x006DCB) is known color: Navy Blue. HEX triplet: 00, 6D and CB. RGB value is (0,109,203). Sum of RGB (Red+Green+Blue) = 0+109+203=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #006DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DCB is #FF9234. Grayscale: #565656. Windows color (decimal): -16749109 or 13331712. OLE color: 13331712.
HSL color Cylindrical-coordinate representation of color #006DCB: hue angle of 207.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DCB is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 109 | 203 | - |
| CMYK | 1 | 0.46 | 0 | 0.20 |
| HSL | 207.78º | 1% | 0.4% | - |
| HSV(B) | 207.78º | 1% | 0.8% | - |
| XYZ | 16.25 | 15.25 | 58.59 | - |
| YUV | 87.13 | 193.39 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 203 | 1 | 0.46 | 0 | 0.20 | 207.78 | 1 | 0.4 |
| Hex | 0 | 6D | CB | 64 | 2E | 0 | 14 | D0 | 64 | 28 |
| Octal | 0 | 155 | 313 | 144 | 56 | 0 | 24 | 320 | 144 | 50 |
| Binary | 0 | 1101101 | 11001011 | 1100100 | 101110 | 0 | 10100 | 11010000 | 1100100 | 101000 |
Color Harmonies of #006DCB
Complementary color
Monochromatic Colors of #006DCB
Black with #006DCB
Text Example
Text Example
White with #006DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DCB; }
p { color: rgb(0,109,203); }
H1.HeaderClassName
{
color: #006DCB;
}
.AnyTagClassName
{
color: #006DCB;
}
</style>
background-color css
<style>
a { background-color: #006DCB; }
a { background-color: rgb(0,109,203); }
div.DivClassName
{
background-color: #006DCB;
}
.BgClassName
{
background-color: #006DCB;
}
</style>
border-color css
<style>
span { border-color: #006DCB; }
span { border-color: rgb(0,109,203); }
td.TdClassName
{
border-color: #006DCB;
}
.TagClassName
{
border-color: #006DCB;
}
</style>