Shades of Navy Blue #017CE6
Tints of Navy Blue #017CE6
RGB
CMYK
RGB Variations
Color information
#017CE6 (or 0x017CE6) is known color: Navy Blue. HEX triplet: 01, 7C and E6. RGB value is (1,124,230). Sum of RGB (Red+Green+Blue) = 1+124+230=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 230 (90.23% from 255 or 64.79% from 355); Max value from RGB is 230 - color contains mainly: blue. Hex color #017CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CE6 is #FE8319. Grayscale: #626262. Windows color (decimal): -16679706 or 15105025. OLE color: 15105025.
HSL color Cylindrical-coordinate representation of color #017CE6: hue angle of 207.77º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CE6 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 124 | 230 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.10 |
| HSL | 207.77º | 0.99% | 0.45% | - |
| HSV(B) | 207.77º | 1% | 0.9% | - |
| XYZ | 21.5 | 20.13 | 77.62 | - |
| YUV | 99.31 | 201.75 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 230 | 1.00 | 0.46 | 0 | 0.10 | 207.77 | 0.99 | 0.45 |
| Hex | 1 | 7C | E6 | 64 | 2E | 0 | A | D0 | 63 | 2D |
| Octal | 1 | 174 | 346 | 144 | 56 | 0 | 12 | 320 | 143 | 55 |
| Binary | 1 | 1111100 | 11100110 | 1100100 | 101110 | 0 | 1010 | 11010000 | 1100011 | 101101 |
Color Harmonies of #017CE6
Complementary color
Monochromatic Colors of #017CE6
Black with #017CE6
Text Example
Text Example
White with #017CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CE6; }
p { color: rgb(1,124,230); }
H1.HeaderClassName
{
color: #017CE6;
}
.AnyTagClassName
{
color: #017CE6;
}
</style>
background-color css
<style>
a { background-color: #017CE6; }
a { background-color: rgb(1,124,230); }
div.DivClassName
{
background-color: #017CE6;
}
.BgClassName
{
background-color: #017CE6;
}
</style>
border-color css
<style>
span { border-color: #017CE6; }
span { border-color: rgb(1,124,230); }
td.TdClassName
{
border-color: #017CE6;
}
.TagClassName
{
border-color: #017CE6;
}
</style>