Shades of Navy Blue #006AC5
Tints of Navy Blue #006AC5
RGB
CMYK
RGB Variations
Color information
#006AC5 (or 0x006AC5) is known color: Navy Blue. HEX triplet: 00, 6A and C5. RGB value is (0,106,197). Sum of RGB (Red+Green+Blue) = 0+106+197=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 197 (77.34% from 255 or 65.02% from 303); Max value from RGB is 197 - color contains mainly: blue. Hex color #006AC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AC5 is #FF953A. Grayscale: #545454. Windows color (decimal): -16749883 or 12937728. OLE color: 12937728.
HSL color Cylindrical-coordinate representation of color #006AC5: hue angle of 207.72º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AC5 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 106 | 197 | - |
| CMYK | 1 | 0.46 | 0 | 0.23 |
| HSL | 207.72º | 1% | 0.39% | - |
| HSV(B) | 207.72º | 1% | 0.77% | - |
| XYZ | 15.23 | 14.34 | 54.79 | - |
| YUV | 84.68 | 191.38 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 197 | 1 | 0.46 | 0 | 0.23 | 207.72 | 1 | 0.39 |
| Hex | 0 | 6A | C5 | 64 | 2E | 0 | 17 | D0 | 64 | 27 |
| Octal | 0 | 152 | 305 | 144 | 56 | 0 | 27 | 320 | 144 | 47 |
| Binary | 0 | 1101010 | 11000101 | 1100100 | 101110 | 0 | 10111 | 11010000 | 1100100 | 100111 |
Color Harmonies of #006AC5
Complementary color
Monochromatic Colors of #006AC5
Black with #006AC5
Text Example
Text Example
White with #006AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AC5; }
p { color: rgb(0,106,197); }
H1.HeaderClassName
{
color: #006AC5;
}
.AnyTagClassName
{
color: #006AC5;
}
</style>
background-color css
<style>
a { background-color: #006AC5; }
a { background-color: rgb(0,106,197); }
div.DivClassName
{
background-color: #006AC5;
}
.BgClassName
{
background-color: #006AC5;
}
</style>
border-color css
<style>
span { border-color: #006AC5; }
span { border-color: rgb(0,106,197); }
td.TdClassName
{
border-color: #006AC5;
}
.TagClassName
{
border-color: #006AC5;
}
</style>