Shades of Navy Blue #017DDB
Tints of Navy Blue #017DDB
RGB
CMYK
RGB Variations
Color information
#017DDB (or 0x017DDB) is known color: Navy Blue. HEX triplet: 01, 7D and DB. RGB value is (1,125,219). Sum of RGB (Red+Green+Blue) = 1+125+219=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #017DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DDB is #FE8224. Grayscale: #626262. Windows color (decimal): -16679461 or 14384385. OLE color: 14384385.
HSL color Cylindrical-coordinate representation of color #017DDB: hue angle of 205.87º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017DDB is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 125 | 219 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.14 |
| HSL | 205.87º | 0.99% | 0.43% | - |
| HSV(B) | 205.87º | 1% | 0.86% | - |
| XYZ | 20.13 | 19.79 | 69.78 | - |
| YUV | 98.64 | 195.92 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 219 | 1.00 | 0.43 | 0 | 0.14 | 205.87 | 0.99 | 0.43 |
| Hex | 1 | 7D | DB | 64 | 2B | 0 | E | CE | 63 | 2B |
| Octal | 1 | 175 | 333 | 144 | 53 | 0 | 16 | 316 | 143 | 53 |
| Binary | 1 | 1111101 | 11011011 | 1100100 | 101011 | 0 | 1110 | 11001110 | 1100011 | 101011 |
Color Harmonies of #017DDB
Complementary color
Monochromatic Colors of #017DDB
Black with #017DDB
Text Example
Text Example
White with #017DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DDB; }
p { color: rgb(1,125,219); }
H1.HeaderClassName
{
color: #017DDB;
}
.AnyTagClassName
{
color: #017DDB;
}
</style>
background-color css
<style>
a { background-color: #017DDB; }
a { background-color: rgb(1,125,219); }
div.DivClassName
{
background-color: #017DDB;
}
.BgClassName
{
background-color: #017DDB;
}
</style>
border-color css
<style>
span { border-color: #017DDB; }
span { border-color: rgb(1,125,219); }
td.TdClassName
{
border-color: #017DDB;
}
.TagClassName
{
border-color: #017DDB;
}
</style>