Shades of Navy Blue #006AD4
Tints of Navy Blue #006AD4
RGB
CMYK
RGB Variations
Color information
#006AD4 (or 0x006AD4) is known color: Navy Blue. HEX triplet: 00, 6A and D4. RGB value is (0,106,212). Sum of RGB (Red+Green+Blue) = 0+106+212=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #006AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AD4 is #FF952B. Grayscale: #555555. Windows color (decimal): -16749868 or 13920768. OLE color: 13920768.
HSL color Cylindrical-coordinate representation of color #006AD4: hue angle of 210º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AD4 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 106 | 212 | - |
| CMYK | 1 | 0.5 | 0 | 0.17 |
| HSL | 210º | 1% | 0.42% | - |
| HSV(B) | 210º | 1% | 0.83% | - |
| XYZ | 17.04 | 15.06 | 64.3 | - |
| YUV | 86.39 | 198.88 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 212 | 1 | 0.5 | 0 | 0.17 | 210 | 1 | 0.42 |
| Hex | 0 | 6A | D4 | 64 | 32 | 0 | 11 | D2 | 64 | 2A |
| Octal | 0 | 152 | 324 | 144 | 62 | 0 | 21 | 322 | 144 | 52 |
| Binary | 0 | 1101010 | 11010100 | 1100100 | 110010 | 0 | 10001 | 11010010 | 1100100 | 101010 |
Color Harmonies of #006AD4
Complementary color
Monochromatic Colors of #006AD4
Black with #006AD4
Text Example
Text Example
White with #006AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AD4; }
p { color: rgb(0,106,212); }
H1.HeaderClassName
{
color: #006AD4;
}
.AnyTagClassName
{
color: #006AD4;
}
</style>
background-color css
<style>
a { background-color: #006AD4; }
a { background-color: rgb(0,106,212); }
div.DivClassName
{
background-color: #006AD4;
}
.BgClassName
{
background-color: #006AD4;
}
</style>
border-color css
<style>
span { border-color: #006AD4; }
span { border-color: rgb(0,106,212); }
td.TdClassName
{
border-color: #006AD4;
}
.TagClassName
{
border-color: #006AD4;
}
</style>