Shades of Navy #02015C
Tints of Navy #02015C
RGB
CMYK
RGB Variations
Color information
#02015C (or 0x02015C) is known color: Navy. HEX triplet: 02, 01 and 5C. RGB value is (2,1,92). Sum of RGB (Red+Green+Blue) = 2+1+92=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 92 (36.33% from 255 or 96.84% from 95); Max value from RGB is 92 - color contains mainly: blue. Hex color #02015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02015C is #FDFEA3. Grayscale: #0B0B0B. Windows color (decimal): -16645796 or 6029570. OLE color: 6029570.
HSL color Cylindrical-coordinate representation of color #02015C: hue angle of 240.66º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02015C is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 1 | 92 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.64 |
| HSL | 240.66º | 0.98% | 0.18% | - |
| HSV(B) | 240.66º | 0.99% | 0.36% | - |
| XYZ | 1.97 | 0.81 | 10.18 | - |
| YUV | 11.67 | 173.33 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 92 | 0.98 | 0.99 | 0 | 0.64 | 240.66 | 0.98 | 0.18 |
| Hex | 2 | 1 | 5C | 62 | 63 | 0 | 40 | F1 | 62 | 12 |
| Octal | 2 | 1 | 134 | 142 | 143 | 0 | 100 | 361 | 142 | 22 |
| Binary | 10 | 1 | 1011100 | 1100010 | 1100011 | 0 | 1000000 | 11110001 | 1100010 | 10010 |
Color Harmonies of #02015C
Complementary color
Monochromatic Colors of #02015C
Black with #02015C
Text Example
Text Example
White with #02015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02015C; }
p { color: rgb(2,1,92); }
H1.HeaderClassName
{
color: #02015C;
}
.AnyTagClassName
{
color: #02015C;
}
</style>
background-color css
<style>
a { background-color: #02015C; }
a { background-color: rgb(2,1,92); }
div.DivClassName
{
background-color: #02015C;
}
.BgClassName
{
background-color: #02015C;
}
</style>
border-color css
<style>
span { border-color: #02015C; }
span { border-color: rgb(2,1,92); }
td.TdClassName
{
border-color: #02015C;
}
.TagClassName
{
border-color: #02015C;
}
</style>