Shades of Navy #061582
Tints of Navy #061582
RGB
CMYK
RGB Variations
Color information
#061582 (or 0x061582) is known color: Navy. HEX triplet: 06, 15 and 82. RGB value is (6,21,130). Sum of RGB (Red+Green+Blue) = 6+21+130=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #061582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061582 is #F9EA7D. Grayscale: #1C1C1C. Windows color (decimal): -16378494 or 8525062. OLE color: 8525062.
HSL color Cylindrical-coordinate representation of color #061582: hue angle of 232.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061582 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 21 | 130 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.49 |
| HSL | 232.74º | 0.91% | 0.27% | - |
| HSV(B) | 232.74º | 0.95% | 0.51% | - |
| XYZ | 4.37 | 2.19 | 21.31 | - |
| YUV | 28.94 | 185.03 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 130 | 0.95 | 0.84 | 0 | 0.49 | 232.74 | 0.91 | 0.27 |
| Hex | 6 | 15 | 82 | 5F | 54 | 0 | 31 | E9 | 5B | 1B |
| Octal | 6 | 25 | 202 | 137 | 124 | 0 | 61 | 351 | 133 | 33 |
| Binary | 110 | 10101 | 10000010 | 1011111 | 1010100 | 0 | 110001 | 11101001 | 1011011 | 11011 |
Color Harmonies of #061582
Complementary color
Monochromatic Colors of #061582
Black with #061582
Text Example
Text Example
White with #061582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061582; }
p { color: rgb(6,21,130); }
H1.HeaderClassName
{
color: #061582;
}
.AnyTagClassName
{
color: #061582;
}
</style>
background-color css
<style>
a { background-color: #061582; }
a { background-color: rgb(6,21,130); }
div.DivClassName
{
background-color: #061582;
}
.BgClassName
{
background-color: #061582;
}
</style>
border-color css
<style>
span { border-color: #061582; }
span { border-color: rgb(6,21,130); }
td.TdClassName
{
border-color: #061582;
}
.TagClassName
{
border-color: #061582;
}
</style>