Shades of Navy Blue #015CCC
Tints of Navy Blue #015CCC
RGB
CMYK
RGB Variations
Color information
#015CCC (or 0x015CCC) is known color: Navy Blue. HEX triplet: 01, 5C and CC. RGB value is (1,92,204). Sum of RGB (Red+Green+Blue) = 1+92+204=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #015CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CCC is #FEA333. Grayscale: #4D4D4D. Windows color (decimal): -16687924 or 13392897. OLE color: 13392897.
HSL color Cylindrical-coordinate representation of color #015CCC: hue angle of 213.1º 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 #015CCC is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 92 | 204 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.2 |
| HSL | 213.1º | 0.99% | 0.4% | - |
| HSV(B) | 213.1º | 1% | 0.8% | - |
| XYZ | 14.74 | 12.02 | 58.67 | - |
| YUV | 77.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 204 | 1.00 | 0.55 | 0 | 0.2 | 213.1 | 0.99 | 0.4 |
| Hex | 1 | 5C | CC | 64 | 37 | 0 | 14 | D5 | 63 | 28 |
| Octal | 1 | 134 | 314 | 144 | 67 | 0 | 24 | 325 | 143 | 50 |
| Binary | 1 | 1011100 | 11001100 | 1100100 | 110111 | 0 | 10100 | 11010101 | 1100011 | 101000 |
Color Harmonies of #015CCC
Complementary color
Monochromatic Colors of #015CCC
Black with #015CCC
Text Example
Text Example
White with #015CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CCC; }
p { color: rgb(1,92,204); }
H1.HeaderClassName
{
color: #015CCC;
}
.AnyTagClassName
{
color: #015CCC;
}
</style>
background-color css
<style>
a { background-color: #015CCC; }
a { background-color: rgb(1,92,204); }
div.DivClassName
{
background-color: #015CCC;
}
.BgClassName
{
background-color: #015CCC;
}
</style>
border-color css
<style>
span { border-color: #015CCC; }
span { border-color: rgb(1,92,204); }
td.TdClassName
{
border-color: #015CCC;
}
.TagClassName
{
border-color: #015CCC;
}
</style>