Shades of Navy Blue #015AC7
Tints of Navy Blue #015AC7
RGB
CMYK
RGB Variations
Color information
#015AC7 (or 0x015AC7) is known color: Navy Blue. HEX triplet: 01, 5A and C7. RGB value is (1,90,199). Sum of RGB (Red+Green+Blue) = 1+90+199=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 199 (78.12% from 255 or 68.62% from 290); Max value from RGB is 199 - color contains mainly: blue. Hex color #015AC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AC7 is #FEA538. Grayscale: #4B4B4B. Windows color (decimal): -16688441 or 13064705. OLE color: 13064705.
HSL color Cylindrical-coordinate representation of color #015AC7: hue angle of 213.03º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015AC7 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 90 | 199 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.22 |
| HSL | 213.03º | 0.99% | 0.39% | - |
| HSV(B) | 213.03º | 0.99% | 0.78% | - |
| XYZ | 13.98 | 11.44 | 55.5 | - |
| YUV | 75.82 | 197.51 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 199 | 0.99 | 0.55 | 0 | 0.22 | 213.03 | 0.99 | 0.39 |
| Hex | 1 | 5A | C7 | 63 | 37 | 0 | 16 | D5 | 63 | 27 |
| Octal | 1 | 132 | 307 | 143 | 67 | 0 | 26 | 325 | 143 | 47 |
| Binary | 1 | 1011010 | 11000111 | 1100011 | 110111 | 0 | 10110 | 11010101 | 1100011 | 100111 |
Color Harmonies of #015AC7
Complementary color
Monochromatic Colors of #015AC7
Black with #015AC7
Text Example
Text Example
White with #015AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AC7; }
p { color: rgb(1,90,199); }
H1.HeaderClassName
{
color: #015AC7;
}
.AnyTagClassName
{
color: #015AC7;
}
</style>
background-color css
<style>
a { background-color: #015AC7; }
a { background-color: rgb(1,90,199); }
div.DivClassName
{
background-color: #015AC7;
}
.BgClassName
{
background-color: #015AC7;
}
</style>
border-color css
<style>
span { border-color: #015AC7; }
span { border-color: rgb(1,90,199); }
td.TdClassName
{
border-color: #015AC7;
}
.TagClassName
{
border-color: #015AC7;
}
</style>