Shades of Navy Blue #017DEA
Tints of Navy Blue #017DEA
RGB
CMYK
RGB Variations
Color information
#017DEA (or 0x017DEA) is known color: Navy Blue. HEX triplet: 01, 7D and EA. RGB value is (1,125,234). Sum of RGB (Red+Green+Blue) = 1+125+234=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #017DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DEA is #FE8215. Grayscale: #636363. Windows color (decimal): -16679446 or 15367425. OLE color: 15367425.
HSL color Cylindrical-coordinate representation of color #017DEA: hue angle of 208.07º 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 #017DEA is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 125 | 234 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.08 |
| HSL | 208.07º | 0.99% | 0.46% | - |
| HSV(B) | 208.07º | 1% | 0.92% | - |
| XYZ | 22.2 | 20.61 | 80.65 | - |
| YUV | 100.35 | 203.42 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 234 | 1.00 | 0.47 | 0 | 0.08 | 208.07 | 0.99 | 0.46 |
| Hex | 1 | 7D | EA | 64 | 2F | 0 | 8 | D0 | 63 | 2E |
| Octal | 1 | 175 | 352 | 144 | 57 | 0 | 10 | 320 | 143 | 56 |
| Binary | 1 | 1111101 | 11101010 | 1100100 | 101111 | 0 | 1000 | 11010000 | 1100011 | 101110 |
Color Harmonies of #017DEA
Complementary color
Monochromatic Colors of #017DEA
Black with #017DEA
Text Example
Text Example
White with #017DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017DEA; }
p { color: rgb(1,125,234); }
H1.HeaderClassName
{
color: #017DEA;
}
.AnyTagClassName
{
color: #017DEA;
}
</style>
background-color css
<style>
a { background-color: #017DEA; }
a { background-color: rgb(1,125,234); }
div.DivClassName
{
background-color: #017DEA;
}
.BgClassName
{
background-color: #017DEA;
}
</style>
border-color css
<style>
span { border-color: #017DEA; }
span { border-color: rgb(1,125,234); }
td.TdClassName
{
border-color: #017DEA;
}
.TagClassName
{
border-color: #017DEA;
}
</style>