Shades of Navy Blue #017CCF
Tints of Navy Blue #017CCF
RGB
CMYK
RGB Variations
Color information
#017CCF (or 0x017CCF) is known color: Navy Blue. HEX triplet: 01, 7C and CF. RGB value is (1,124,207). Sum of RGB (Red+Green+Blue) = 1+124+207=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #017CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CCF is #FE8330. Grayscale: #606060. Windows color (decimal): -16679729 or 13597697. OLE color: 13597697.
HSL color Cylindrical-coordinate representation of color #017CCF: hue angle of 204.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CCF is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 124 | 207 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.19 |
| HSL | 204.17º | 0.99% | 0.41% | - |
| HSV(B) | 204.17º | 1% | 0.81% | - |
| XYZ | 18.48 | 18.93 | 61.71 | - |
| YUV | 96.69 | 190.25 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 207 | 1.00 | 0.40 | 0 | 0.19 | 204.17 | 0.99 | 0.41 |
| Hex | 1 | 7C | CF | 64 | 28 | 0 | 13 | CC | 63 | 29 |
| Octal | 1 | 174 | 317 | 144 | 50 | 0 | 23 | 314 | 143 | 51 |
| Binary | 1 | 1111100 | 11001111 | 1100100 | 101000 | 0 | 10011 | 11001100 | 1100011 | 101001 |
Color Harmonies of #017CCF
Complementary color
Monochromatic Colors of #017CCF
Black with #017CCF
Text Example
Text Example
White with #017CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CCF; }
p { color: rgb(1,124,207); }
H1.HeaderClassName
{
color: #017CCF;
}
.AnyTagClassName
{
color: #017CCF;
}
</style>
background-color css
<style>
a { background-color: #017CCF; }
a { background-color: rgb(1,124,207); }
div.DivClassName
{
background-color: #017CCF;
}
.BgClassName
{
background-color: #017CCF;
}
</style>
border-color css
<style>
span { border-color: #017CCF; }
span { border-color: rgb(1,124,207); }
td.TdClassName
{
border-color: #017CCF;
}
.TagClassName
{
border-color: #017CCF;
}
</style>