Shades of Navy Blue #017BE0
Tints of Navy Blue #017BE0
RGB
CMYK
RGB Variations
Color information
#017BE0 (or 0x017BE0) is known color: Navy Blue. HEX triplet: 01, 7B and E0. RGB value is (1,123,224). Sum of RGB (Red+Green+Blue) = 1+123+224=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 224 (87.89% from 255 or 64.37% from 348); Max value from RGB is 224 - color contains mainly: blue. Hex color #017BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BE0 is #FE841F. Grayscale: #616161. Windows color (decimal): -16679968 or 14711553. OLE color: 14711553.
HSL color Cylindrical-coordinate representation of color #017BE0: hue angle of 207.17º 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 #017BE0 is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 123 | 224 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.12 |
| HSL | 207.17º | 0.99% | 0.44% | - |
| HSV(B) | 207.17º | 1% | 0.88% | - |
| XYZ | 20.55 | 19.55 | 73.21 | - |
| YUV | 98.04 | 199.08 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 224 | 1.00 | 0.45 | 0 | 0.12 | 207.17 | 0.99 | 0.44 |
| Hex | 1 | 7B | E0 | 64 | 2D | 0 | C | CF | 63 | 2C |
| Octal | 1 | 173 | 340 | 144 | 55 | 0 | 14 | 317 | 143 | 54 |
| Binary | 1 | 1111011 | 11100000 | 1100100 | 101101 | 0 | 1100 | 11001111 | 1100011 | 101100 |
Color Harmonies of #017BE0
Complementary color
Monochromatic Colors of #017BE0
Black with #017BE0
Text Example
Text Example
White with #017BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BE0; }
p { color: rgb(1,123,224); }
H1.HeaderClassName
{
color: #017BE0;
}
.AnyTagClassName
{
color: #017BE0;
}
</style>
background-color css
<style>
a { background-color: #017BE0; }
a { background-color: rgb(1,123,224); }
div.DivClassName
{
background-color: #017BE0;
}
.BgClassName
{
background-color: #017BE0;
}
</style>
border-color css
<style>
span { border-color: #017BE0; }
span { border-color: rgb(1,123,224); }
td.TdClassName
{
border-color: #017BE0;
}
.TagClassName
{
border-color: #017BE0;
}
</style>