Shades of Navy Blue #017CCC
Tints of Navy Blue #017CCC
RGB
CMYK
RGB Variations
Color information
#017CCC (or 0x017CCC) is known color: Navy Blue. HEX triplet: 01, 7C and CC. RGB value is (1,124,204). Sum of RGB (Red+Green+Blue) = 1+124+204=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #017CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CCC is #FE8333. Grayscale: #5F5F5F. Windows color (decimal): -16679732 or 13401089. OLE color: 13401089.
HSL color Cylindrical-coordinate representation of color #017CCC: hue angle of 203.65º 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 #017CCC is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 124 | 204 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.2 |
| HSL | 203.65º | 0.99% | 0.4% | - |
| HSV(B) | 203.65º | 1% | 0.8% | - |
| XYZ | 18.12 | 18.78 | 59.8 | - |
| YUV | 96.34 | 188.75 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 204 | 1.00 | 0.39 | 0 | 0.2 | 203.65 | 0.99 | 0.4 |
| Hex | 1 | 7C | CC | 64 | 27 | 0 | 14 | CC | 63 | 28 |
| Octal | 1 | 174 | 314 | 144 | 47 | 0 | 24 | 314 | 143 | 50 |
| Binary | 1 | 1111100 | 11001100 | 1100100 | 100111 | 0 | 10100 | 11001100 | 1100011 | 101000 |
Color Harmonies of #017CCC
Complementary color
Monochromatic Colors of #017CCC
Black with #017CCC
Text Example
Text Example
White with #017CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CCC; }
p { color: rgb(1,124,204); }
H1.HeaderClassName
{
color: #017CCC;
}
.AnyTagClassName
{
color: #017CCC;
}
</style>
background-color css
<style>
a { background-color: #017CCC; }
a { background-color: rgb(1,124,204); }
div.DivClassName
{
background-color: #017CCC;
}
.BgClassName
{
background-color: #017CCC;
}
</style>
border-color css
<style>
span { border-color: #017CCC; }
span { border-color: rgb(1,124,204); }
td.TdClassName
{
border-color: #017CCC;
}
.TagClassName
{
border-color: #017CCC;
}
</style>