Shades of Navy Blue #017ADF
Tints of Navy Blue #017ADF
RGB
CMYK
RGB Variations
Color information
#017ADF (or 0x017ADF) is known color: Navy Blue. HEX triplet: 01, 7A and DF. RGB value is (1,122,223). Sum of RGB (Red+Green+Blue) = 1+122+223=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #017ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ADF is #FE8520. Grayscale: #606060. Windows color (decimal): -16680225 or 14645761. OLE color: 14645761.
HSL color Cylindrical-coordinate representation of color #017ADF: hue angle of 207.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017ADF is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 122 | 223 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.13 |
| HSL | 207.3º | 0.99% | 0.44% | - |
| HSV(B) | 207.3º | 1% | 0.87% | - |
| XYZ | 20.29 | 19.25 | 72.46 | - |
| YUV | 97.34 | 198.91 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 223 | 1.00 | 0.45 | 0 | 0.13 | 207.3 | 0.99 | 0.44 |
| Hex | 1 | 7A | DF | 64 | 2D | 0 | D | CF | 63 | 2C |
| Octal | 1 | 172 | 337 | 144 | 55 | 0 | 15 | 317 | 143 | 54 |
| Binary | 1 | 1111010 | 11011111 | 1100100 | 101101 | 0 | 1101 | 11001111 | 1100011 | 101100 |
Color Harmonies of #017ADF
Complementary color
Monochromatic Colors of #017ADF
Black with #017ADF
Text Example
Text Example
White with #017ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017ADF; }
p { color: rgb(1,122,223); }
H1.HeaderClassName
{
color: #017ADF;
}
.AnyTagClassName
{
color: #017ADF;
}
</style>
background-color css
<style>
a { background-color: #017ADF; }
a { background-color: rgb(1,122,223); }
div.DivClassName
{
background-color: #017ADF;
}
.BgClassName
{
background-color: #017ADF;
}
</style>
border-color css
<style>
span { border-color: #017ADF; }
span { border-color: rgb(1,122,223); }
td.TdClassName
{
border-color: #017ADF;
}
.TagClassName
{
border-color: #017ADF;
}
</style>