Shades of Navy Blue #015FC2
Tints of Navy Blue #015FC2
RGB
CMYK
RGB Variations
Color information
#015FC2 (or 0x015FC2) is known color: Navy Blue. HEX triplet: 01, 5F and C2. RGB value is (1,95,194). Sum of RGB (Red+Green+Blue) = 1+95+194=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 194 (76.17% from 255 or 66.90% from 290); Max value from RGB is 194 - color contains mainly: blue. Hex color #015FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FC2 is #FEA03D. Grayscale: #4D4D4D. Windows color (decimal): -16687166 or 12738305. OLE color: 12738305.
HSL color Cylindrical-coordinate representation of color #015FC2: hue angle of 210.78º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015FC2 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 95 | 194 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.24 |
| HSL | 210.78º | 0.99% | 0.38% | - |
| HSV(B) | 210.78º | 0.99% | 0.76% | - |
| XYZ | 13.84 | 12.09 | 52.64 | - |
| YUV | 78.18 | 193.36 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 194 | 0.99 | 0.51 | 0 | 0.24 | 210.78 | 0.99 | 0.38 |
| Hex | 1 | 5F | C2 | 63 | 33 | 0 | 18 | D3 | 63 | 26 |
| Octal | 1 | 137 | 302 | 143 | 63 | 0 | 30 | 323 | 143 | 46 |
| Binary | 1 | 1011111 | 11000010 | 1100011 | 110011 | 0 | 11000 | 11010011 | 1100011 | 100110 |
Color Harmonies of #015FC2
Complementary color
Monochromatic Colors of #015FC2
Black with #015FC2
Text Example
Text Example
White with #015FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FC2; }
p { color: rgb(1,95,194); }
H1.HeaderClassName
{
color: #015FC2;
}
.AnyTagClassName
{
color: #015FC2;
}
</style>
background-color css
<style>
a { background-color: #015FC2; }
a { background-color: rgb(1,95,194); }
div.DivClassName
{
background-color: #015FC2;
}
.BgClassName
{
background-color: #015FC2;
}
</style>
border-color css
<style>
span { border-color: #015FC2; }
span { border-color: rgb(1,95,194); }
td.TdClassName
{
border-color: #015FC2;
}
.TagClassName
{
border-color: #015FC2;
}
</style>