Shades of Navy Blue #006ADF
Tints of Navy Blue #006ADF
RGB
CMYK
RGB Variations
Color information
#006ADF (or 0x006ADF) is known color: Navy Blue. HEX triplet: 00, 6A and DF. RGB value is (0,106,223). Sum of RGB (Red+Green+Blue) = 0+106+223=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #006ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ADF is #FF9520. Grayscale: #575757. Windows color (decimal): -16749857 or 14641664. OLE color: 14641664.
HSL color Cylindrical-coordinate representation of color #006ADF: hue angle of 211.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ADF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 106 | 223 | - |
| CMYK | 1 | 0.52 | 0 | 0.13 |
| HSL | 211.48º | 1% | 0.44% | - |
| HSV(B) | 211.48º | 1% | 0.87% | - |
| XYZ | 18.47 | 15.64 | 71.86 | - |
| YUV | 87.64 | 204.38 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 223 | 1 | 0.52 | 0 | 0.13 | 211.48 | 1 | 0.44 |
| Hex | 0 | 6A | DF | 64 | 34 | 0 | D | D3 | 64 | 2C |
| Octal | 0 | 152 | 337 | 144 | 64 | 0 | 15 | 323 | 144 | 54 |
| Binary | 0 | 1101010 | 11011111 | 1100100 | 110100 | 0 | 1101 | 11010011 | 1100100 | 101100 |
Color Harmonies of #006ADF
Complementary color
Monochromatic Colors of #006ADF
Black with #006ADF
Text Example
Text Example
White with #006ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ADF; }
p { color: rgb(0,106,223); }
H1.HeaderClassName
{
color: #006ADF;
}
.AnyTagClassName
{
color: #006ADF;
}
</style>
background-color css
<style>
a { background-color: #006ADF; }
a { background-color: rgb(0,106,223); }
div.DivClassName
{
background-color: #006ADF;
}
.BgClassName
{
background-color: #006ADF;
}
</style>
border-color css
<style>
span { border-color: #006ADF; }
span { border-color: rgb(0,106,223); }
td.TdClassName
{
border-color: #006ADF;
}
.TagClassName
{
border-color: #006ADF;
}
</style>