Shades of Navy Blue #017BE1
Tints of Navy Blue #017BE1
RGB
CMYK
RGB Variations
Color information
#017BE1 (or 0x017BE1) is known color: Navy Blue. HEX triplet: 01, 7B and E1. RGB value is (1,123,225). Sum of RGB (Red+Green+Blue) = 1+123+225=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 225 (88.28% from 255 or 64.47% from 349); Max value from RGB is 225 - color contains mainly: blue. Hex color #017BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BE1 is #FE841E. Grayscale: #616161. Windows color (decimal): -16679967 or 14777089. OLE color: 14777089.
HSL color Cylindrical-coordinate representation of color #017BE1: hue angle of 207.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BE1 is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 123 | 225 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.12 |
| HSL | 207.32º | 0.99% | 0.44% | - |
| HSV(B) | 207.32º | 1% | 0.88% | - |
| XYZ | 20.69 | 19.61 | 73.93 | - |
| YUV | 98.15 | 199.58 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 225 | 1.00 | 0.45 | 0 | 0.12 | 207.32 | 0.99 | 0.44 |
| Hex | 1 | 7B | E1 | 64 | 2D | 0 | C | CF | 63 | 2C |
| Octal | 1 | 173 | 341 | 144 | 55 | 0 | 14 | 317 | 143 | 54 |
| Binary | 1 | 1111011 | 11100001 | 1100100 | 101101 | 0 | 1100 | 11001111 | 1100011 | 101100 |
Color Harmonies of #017BE1
Complementary color
Monochromatic Colors of #017BE1
Black with #017BE1
Text Example
Text Example
White with #017BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BE1; }
p { color: rgb(1,123,225); }
H1.HeaderClassName
{
color: #017BE1;
}
.AnyTagClassName
{
color: #017BE1;
}
</style>
background-color css
<style>
a { background-color: #017BE1; }
a { background-color: rgb(1,123,225); }
div.DivClassName
{
background-color: #017BE1;
}
.BgClassName
{
background-color: #017BE1;
}
</style>
border-color css
<style>
span { border-color: #017BE1; }
span { border-color: rgb(1,123,225); }
td.TdClassName
{
border-color: #017BE1;
}
.TagClassName
{
border-color: #017BE1;
}
</style>