Shades of Navy Blue #017DC8
Tints of Navy Blue #017DC8
RGB
CMYK
RGB Variations
Color information
#017DC8 (or 0x017DC8) is known color: Navy Blue. HEX triplet: 01, 7D and C8. RGB value is (1,125,200). Sum of RGB (Red+Green+Blue) = 1+125+200=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #017DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DC8 is #FE8237. Grayscale: #606060. Windows color (decimal): -16679480 or 13139201. OLE color: 13139201.
HSL color Cylindrical-coordinate representation of color #017DC8: hue angle of 202.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017DC8 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 125 | 200 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.22 |
| HSL | 202.61º | 0.99% | 0.39% | - |
| HSV(B) | 202.61º | 1% | 0.78% | - |
| XYZ | 17.77 | 18.84 | 57.34 | - |
| YUV | 96.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 200 | 1.00 | 0.38 | 0 | 0.22 | 202.61 | 0.99 | 0.39 |
| Hex | 1 | 7D | C8 | 64 | 26 | 0 | 16 | CB | 63 | 27 |
| Octal | 1 | 175 | 310 | 144 | 46 | 0 | 26 | 313 | 143 | 47 |
| Binary | 1 | 1111101 | 11001000 | 1100100 | 100110 | 0 | 10110 | 11001011 | 1100011 | 100111 |
Color Harmonies of #017DC8
Complementary color
Monochromatic Colors of #017DC8
Black with #017DC8
Text Example
Text Example
White with #017DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DC8; }
p { color: rgb(1,125,200); }
H1.HeaderClassName
{
color: #017DC8;
}
.AnyTagClassName
{
color: #017DC8;
}
</style>
background-color css
<style>
a { background-color: #017DC8; }
a { background-color: rgb(1,125,200); }
div.DivClassName
{
background-color: #017DC8;
}
.BgClassName
{
background-color: #017DC8;
}
</style>
border-color css
<style>
span { border-color: #017DC8; }
span { border-color: rgb(1,125,200); }
td.TdClassName
{
border-color: #017DC8;
}
.TagClassName
{
border-color: #017DC8;
}
</style>