Shades of Navy Blue #017BEA
Tints of Navy Blue #017BEA
RGB
CMYK
RGB Variations
Color information
#017BEA (or 0x017BEA) is known color: Navy Blue. HEX triplet: 01, 7B and EA. RGB value is (1,123,234). Sum of RGB (Red+Green+Blue) = 1+123+234=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #017BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017BEA is #FE8415. Grayscale: #626262. Windows color (decimal): -16679958 or 15366913. OLE color: 15366913.
HSL color Cylindrical-coordinate representation of color #017BEA: hue angle of 208.58º 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 #017BEA is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 123 | 234 | - |
| CMYK | 1.00 | 0.47 | 0 | 0.08 |
| HSL | 208.58º | 0.99% | 0.46% | - |
| HSV(B) | 208.58º | 1% | 0.92% | - |
| XYZ | 21.95 | 20.11 | 80.57 | - |
| YUV | 99.18 | 204.08 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 234 | 1.00 | 0.47 | 0 | 0.08 | 208.58 | 0.99 | 0.46 |
| Hex | 1 | 7B | EA | 64 | 2F | 0 | 8 | D1 | 63 | 2E |
| Octal | 1 | 173 | 352 | 144 | 57 | 0 | 10 | 321 | 143 | 56 |
| Binary | 1 | 1111011 | 11101010 | 1100100 | 101111 | 0 | 1000 | 11010001 | 1100011 | 101110 |
Color Harmonies of #017BEA
Complementary color
Monochromatic Colors of #017BEA
Black with #017BEA
Text Example
Text Example
White with #017BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017BEA; }
p { color: rgb(1,123,234); }
H1.HeaderClassName
{
color: #017BEA;
}
.AnyTagClassName
{
color: #017BEA;
}
</style>
background-color css
<style>
a { background-color: #017BEA; }
a { background-color: rgb(1,123,234); }
div.DivClassName
{
background-color: #017BEA;
}
.BgClassName
{
background-color: #017BEA;
}
</style>
border-color css
<style>
span { border-color: #017BEA; }
span { border-color: rgb(1,123,234); }
td.TdClassName
{
border-color: #017BEA;
}
.TagClassName
{
border-color: #017BEA;
}
</style>