Shades of Navy Blue #017BE3
Tints of Navy Blue #017BE3
RGB
CMYK
RGB Variations
Color information
#017BE3 (or 0x017BE3) is known color: Navy Blue. HEX triplet: 01, 7B and E3. RGB value is (1,123,227). Sum of RGB (Red+Green+Blue) = 1+123+227=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 227 (89.06% from 255 or 64.67% from 351); Max value from RGB is 227 - color contains mainly: blue. Hex color #017BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BE3 is #FE841C. Grayscale: #616161. Windows color (decimal): -16679965 or 14908161. OLE color: 14908161.
HSL color Cylindrical-coordinate representation of color #017BE3: hue angle of 207.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017BE3 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 123 | 227 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.11 |
| HSL | 207.61º | 0.99% | 0.45% | - |
| HSV(B) | 207.61º | 1% | 0.89% | - |
| XYZ | 20.96 | 19.72 | 75.37 | - |
| YUV | 98.38 | 200.58 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 227 | 1.00 | 0.46 | 0 | 0.11 | 207.61 | 0.99 | 0.45 |
| Hex | 1 | 7B | E3 | 64 | 2E | 0 | B | D0 | 63 | 2D |
| Octal | 1 | 173 | 343 | 144 | 56 | 0 | 13 | 320 | 143 | 55 |
| Binary | 1 | 1111011 | 11100011 | 1100100 | 101110 | 0 | 1011 | 11010000 | 1100011 | 101101 |
Color Harmonies of #017BE3
Complementary color
Monochromatic Colors of #017BE3
Black with #017BE3
Text Example
Text Example
White with #017BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BE3; }
p { color: rgb(1,123,227); }
H1.HeaderClassName
{
color: #017BE3;
}
.AnyTagClassName
{
color: #017BE3;
}
</style>
background-color css
<style>
a { background-color: #017BE3; }
a { background-color: rgb(1,123,227); }
div.DivClassName
{
background-color: #017BE3;
}
.BgClassName
{
background-color: #017BE3;
}
</style>
border-color css
<style>
span { border-color: #017BE3; }
span { border-color: rgb(1,123,227); }
td.TdClassName
{
border-color: #017BE3;
}
.TagClassName
{
border-color: #017BE3;
}
</style>