Shades of Navy Blue #015FC5
Tints of Navy Blue #015FC5
RGB
CMYK
RGB Variations
Color information
#015FC5 (or 0x015FC5) is known color: Navy Blue. HEX triplet: 01, 5F and C5. RGB value is (1,95,197). Sum of RGB (Red+Green+Blue) = 1+95+197=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 197 (77.34% from 255 or 67.24% from 293); Max value from RGB is 197 - color contains mainly: blue. Hex color #015FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FC5 is #FEA03A. Grayscale: #4E4E4E. Windows color (decimal): -16687163 or 12934913. OLE color: 12934913.
HSL color Cylindrical-coordinate representation of color #015FC5: hue angle of 211.22º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015FC5 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 95 | 197 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.23 |
| HSL | 211.22º | 0.99% | 0.39% | - |
| HSV(B) | 211.22º | 0.99% | 0.77% | - |
| XYZ | 14.18 | 12.22 | 54.43 | - |
| YUV | 78.52 | 194.86 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 197 | 0.99 | 0.52 | 0 | 0.23 | 211.22 | 0.99 | 0.39 |
| Hex | 1 | 5F | C5 | 63 | 34 | 0 | 17 | D3 | 63 | 27 |
| Octal | 1 | 137 | 305 | 143 | 64 | 0 | 27 | 323 | 143 | 47 |
| Binary | 1 | 1011111 | 11000101 | 1100011 | 110100 | 0 | 10111 | 11010011 | 1100011 | 100111 |
Color Harmonies of #015FC5
Complementary color
Monochromatic Colors of #015FC5
Black with #015FC5
Text Example
Text Example
White with #015FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FC5; }
p { color: rgb(1,95,197); }
H1.HeaderClassName
{
color: #015FC5;
}
.AnyTagClassName
{
color: #015FC5;
}
</style>
background-color css
<style>
a { background-color: #015FC5; }
a { background-color: rgb(1,95,197); }
div.DivClassName
{
background-color: #015FC5;
}
.BgClassName
{
background-color: #015FC5;
}
</style>
border-color css
<style>
span { border-color: #015FC5; }
span { border-color: rgb(1,95,197); }
td.TdClassName
{
border-color: #015FC5;
}
.TagClassName
{
border-color: #015FC5;
}
</style>