Shades of Navy Blue #017DCB
Tints of Navy Blue #017DCB
RGB
CMYK
RGB Variations
Color information
#017DCB (or 0x017DCB) is known color: Navy Blue. HEX triplet: 01, 7D and CB. RGB value is (1,125,203). Sum of RGB (Red+Green+Blue) = 1+125+203=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #017DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DCB is #FE8234. Grayscale: #606060. Windows color (decimal): -16679477 or 13335809. OLE color: 13335809.
HSL color Cylindrical-coordinate representation of color #017DCB: hue angle of 203.17º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017DCB is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 125 | 203 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.20 |
| HSL | 203.17º | 0.99% | 0.4% | - |
| HSV(B) | 203.17º | 1% | 0.8% | - |
| XYZ | 18.13 | 18.99 | 59.21 | - |
| YUV | 96.82 | 187.92 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 203 | 1.00 | 0.38 | 0 | 0.20 | 203.17 | 0.99 | 0.4 |
| Hex | 1 | 7D | CB | 64 | 26 | 0 | 14 | CB | 63 | 28 |
| Octal | 1 | 175 | 313 | 144 | 46 | 0 | 24 | 313 | 143 | 50 |
| Binary | 1 | 1111101 | 11001011 | 1100100 | 100110 | 0 | 10100 | 11001011 | 1100011 | 101000 |
Color Harmonies of #017DCB
Complementary color
Monochromatic Colors of #017DCB
Black with #017DCB
Text Example
Text Example
White with #017DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DCB; }
p { color: rgb(1,125,203); }
H1.HeaderClassName
{
color: #017DCB;
}
.AnyTagClassName
{
color: #017DCB;
}
</style>
background-color css
<style>
a { background-color: #017DCB; }
a { background-color: rgb(1,125,203); }
div.DivClassName
{
background-color: #017DCB;
}
.BgClassName
{
background-color: #017DCB;
}
</style>
border-color css
<style>
span { border-color: #017DCB; }
span { border-color: rgb(1,125,203); }
td.TdClassName
{
border-color: #017DCB;
}
.TagClassName
{
border-color: #017DCB;
}
</style>