Shades of Navy Blue #017CEA
Tints of Navy Blue #017CEA
RGB
CMYK
RGB Variations
Color information
#017CEA (or 0x017CEA) is known color: Navy Blue. HEX triplet: 01, 7C and EA. RGB value is (1,124,234). Sum of RGB (Red+Green+Blue) = 1+124+234=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #017CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017CEA is #FE8315. Grayscale: #636363. Windows color (decimal): -16679702 or 15367169. OLE color: 15367169.
HSL color Cylindrical-coordinate representation of color #017CEA: hue angle of 208.33º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CEA is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 124 | 234 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.08 |
| HSL | 208.33º | 0.99% | 0.46% | - |
| HSV(B) | 208.33º | 1% | 0.92% | - |
| XYZ | 22.07 | 20.36 | 80.61 | - |
| YUV | 99.76 | 203.75 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 234 | 1.00 | 0.47 | 0 | 0.08 | 208.33 | 0.99 | 0.46 |
| Hex | 1 | 7C | EA | 64 | 2F | 0 | 8 | D0 | 63 | 2E |
| Octal | 1 | 174 | 352 | 144 | 57 | 0 | 10 | 320 | 143 | 56 |
| Binary | 1 | 1111100 | 11101010 | 1100100 | 101111 | 0 | 1000 | 11010000 | 1100011 | 101110 |
Color Harmonies of #017CEA
Complementary color
Monochromatic Colors of #017CEA
Black with #017CEA
Text Example
Text Example
White with #017CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017CEA; }
p { color: rgb(1,124,234); }
H1.HeaderClassName
{
color: #017CEA;
}
.AnyTagClassName
{
color: #017CEA;
}
</style>
background-color css
<style>
a { background-color: #017CEA; }
a { background-color: rgb(1,124,234); }
div.DivClassName
{
background-color: #017CEA;
}
.BgClassName
{
background-color: #017CEA;
}
</style>
border-color css
<style>
span { border-color: #017CEA; }
span { border-color: rgb(1,124,234); }
td.TdClassName
{
border-color: #017CEA;
}
.TagClassName
{
border-color: #017CEA;
}
</style>