Shades of Navy Blue #017DDF
Tints of Navy Blue #017DDF
RGB
CMYK
RGB Variations
Color information
#017DDF (or 0x017DDF) is known color: Navy Blue. HEX triplet: 01, 7D and DF. RGB value is (1,125,223). Sum of RGB (Red+Green+Blue) = 1+125+223=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #017DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DDF is #FE8220. Grayscale: #626262. Windows color (decimal): -16679457 or 14646529. OLE color: 14646529.
HSL color Cylindrical-coordinate representation of color #017DDF: hue angle of 206.49º 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 #017DDF is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 125 | 223 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.13 |
| HSL | 206.49º | 0.99% | 0.44% | - |
| HSV(B) | 206.49º | 1% | 0.87% | - |
| XYZ | 20.67 | 20 | 72.58 | - |
| YUV | 99.1 | 197.92 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 223 | 1.00 | 0.44 | 0 | 0.13 | 206.49 | 0.99 | 0.44 |
| Hex | 1 | 7D | DF | 64 | 2C | 0 | D | CE | 63 | 2C |
| Octal | 1 | 175 | 337 | 144 | 54 | 0 | 15 | 316 | 143 | 54 |
| Binary | 1 | 1111101 | 11011111 | 1100100 | 101100 | 0 | 1101 | 11001110 | 1100011 | 101100 |
Color Harmonies of #017DDF
Complementary color
Monochromatic Colors of #017DDF
Black with #017DDF
Text Example
Text Example
White with #017DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DDF; }
p { color: rgb(1,125,223); }
H1.HeaderClassName
{
color: #017DDF;
}
.AnyTagClassName
{
color: #017DDF;
}
</style>
background-color css
<style>
a { background-color: #017DDF; }
a { background-color: rgb(1,125,223); }
div.DivClassName
{
background-color: #017DDF;
}
.BgClassName
{
background-color: #017DDF;
}
</style>
border-color css
<style>
span { border-color: #017DDF; }
span { border-color: rgb(1,125,223); }
td.TdClassName
{
border-color: #017DDF;
}
.TagClassName
{
border-color: #017DDF;
}
</style>