Shades of Navy Blue #015FCC
Tints of Navy Blue #015FCC
RGB
CMYK
RGB Variations
Color information
#015FCC (or 0x015FCC) is known color: Navy Blue. HEX triplet: 01, 5F and CC. RGB value is (1,95,204). Sum of RGB (Red+Green+Blue) = 1+95+204=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #015FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FCC is #FEA033. Grayscale: #4E4E4E. Windows color (decimal): -16687156 or 13393665. OLE color: 13393665.
HSL color Cylindrical-coordinate representation of color #015FCC: hue angle of 212.22º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FCC is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 95 | 204 | - |
| CMYK | 1.00 | 0.53 | 0 | 0.2 |
| HSL | 212.22º | 0.99% | 0.4% | - |
| HSV(B) | 212.22º | 1% | 0.8% | - |
| XYZ | 15 | 12.55 | 58.76 | - |
| YUV | 79.32 | 198.36 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 204 | 1.00 | 0.53 | 0 | 0.2 | 212.22 | 0.99 | 0.4 |
| Hex | 1 | 5F | CC | 64 | 35 | 0 | 14 | D4 | 63 | 28 |
| Octal | 1 | 137 | 314 | 144 | 65 | 0 | 24 | 324 | 143 | 50 |
| Binary | 1 | 1011111 | 11001100 | 1100100 | 110101 | 0 | 10100 | 11010100 | 1100011 | 101000 |
Color Harmonies of #015FCC
Complementary color
Monochromatic Colors of #015FCC
Black with #015FCC
Text Example
Text Example
White with #015FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FCC; }
p { color: rgb(1,95,204); }
H1.HeaderClassName
{
color: #015FCC;
}
.AnyTagClassName
{
color: #015FCC;
}
</style>
background-color css
<style>
a { background-color: #015FCC; }
a { background-color: rgb(1,95,204); }
div.DivClassName
{
background-color: #015FCC;
}
.BgClassName
{
background-color: #015FCC;
}
</style>
border-color css
<style>
span { border-color: #015FCC; }
span { border-color: rgb(1,95,204); }
td.TdClassName
{
border-color: #015FCC;
}
.TagClassName
{
border-color: #015FCC;
}
</style>