Shades of Navy Blue #006ACB
Tints of Navy Blue #006ACB
RGB
CMYK
RGB Variations
Color information
#006ACB (or 0x006ACB) is known color: Navy Blue. HEX triplet: 00, 6A and CB. RGB value is (0,106,203). Sum of RGB (Red+Green+Blue) = 0+106+203=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #006ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ACB is #FF9534. Grayscale: #545454. Windows color (decimal): -16749877 or 13330944. OLE color: 13330944.
HSL color Cylindrical-coordinate representation of color #006ACB: hue angle of 208.67º 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 #006ACB is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 106 | 203 | - |
| CMYK | 1 | 0.48 | 0 | 0.20 |
| HSL | 208.67º | 1% | 0.4% | - |
| HSV(B) | 208.67º | 1% | 0.8% | - |
| XYZ | 15.93 | 14.62 | 58.48 | - |
| YUV | 85.36 | 194.38 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 203 | 1 | 0.48 | 0 | 0.20 | 208.67 | 1 | 0.4 |
| Hex | 0 | 6A | CB | 64 | 30 | 0 | 14 | D1 | 64 | 28 |
| Octal | 0 | 152 | 313 | 144 | 60 | 0 | 24 | 321 | 144 | 50 |
| Binary | 0 | 1101010 | 11001011 | 1100100 | 110000 | 0 | 10100 | 11010001 | 1100100 | 101000 |
Color Harmonies of #006ACB
Complementary color
Monochromatic Colors of #006ACB
Black with #006ACB
Text Example
Text Example
White with #006ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ACB; }
p { color: rgb(0,106,203); }
H1.HeaderClassName
{
color: #006ACB;
}
.AnyTagClassName
{
color: #006ACB;
}
</style>
background-color css
<style>
a { background-color: #006ACB; }
a { background-color: rgb(0,106,203); }
div.DivClassName
{
background-color: #006ACB;
}
.BgClassName
{
background-color: #006ACB;
}
</style>
border-color css
<style>
span { border-color: #006ACB; }
span { border-color: rgb(0,106,203); }
td.TdClassName
{
border-color: #006ACB;
}
.TagClassName
{
border-color: #006ACB;
}
</style>