Shades of Navy Blue #017BEB
Tints of Navy Blue #017BEB
RGB
CMYK
RGB Variations
Color information
#017BEB (or 0x017BEB) is known color: Navy Blue. HEX triplet: 01, 7B and EB. RGB value is (1,123,235). Sum of RGB (Red+Green+Blue) = 1+123+235=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #017BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017BEB is #FE8414. Grayscale: #626262. Windows color (decimal): -16679957 or 15432449. OLE color: 15432449.
HSL color Cylindrical-coordinate representation of color #017BEB: hue angle of 208.72º 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 #017BEB is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 123 | 235 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.08 |
| HSL | 208.72º | 0.99% | 0.46% | - |
| HSV(B) | 208.72º | 1% | 0.92% | - |
| XYZ | 22.09 | 20.17 | 81.33 | - |
| YUV | 99.29 | 204.58 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 235 | 1.00 | 0.48 | 0 | 0.08 | 208.72 | 0.99 | 0.46 |
| Hex | 1 | 7B | EB | 64 | 30 | 0 | 8 | D1 | 63 | 2E |
| Octal | 1 | 173 | 353 | 144 | 60 | 0 | 10 | 321 | 143 | 56 |
| Binary | 1 | 1111011 | 11101011 | 1100100 | 110000 | 0 | 1000 | 11010001 | 1100011 | 101110 |
Color Harmonies of #017BEB
Complementary color
Monochromatic Colors of #017BEB
Black with #017BEB
Text Example
Text Example
White with #017BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BEB; }
p { color: rgb(1,123,235); }
H1.HeaderClassName
{
color: #017BEB;
}
.AnyTagClassName
{
color: #017BEB;
}
</style>
background-color css
<style>
a { background-color: #017BEB; }
a { background-color: rgb(1,123,235); }
div.DivClassName
{
background-color: #017BEB;
}
.BgClassName
{
background-color: #017BEB;
}
</style>
border-color css
<style>
span { border-color: #017BEB; }
span { border-color: rgb(1,123,235); }
td.TdClassName
{
border-color: #017BEB;
}
.TagClassName
{
border-color: #017BEB;
}
</style>