Shades of Navy #061482
Tints of Navy #061482
RGB
CMYK
RGB Variations
Color information
#061482 (or 0x061482) is known color: Navy. HEX triplet: 06, 14 and 82. RGB value is (6,20,130). Sum of RGB (Red+Green+Blue) = 6+20+130=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #061482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061482 is #F9EB7D. Grayscale: #1B1B1B. Windows color (decimal): -16378750 or 8524806. OLE color: 8524806.
HSL color Cylindrical-coordinate representation of color #061482: hue angle of 233.23º 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 #061482 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 20 | 130 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.49 |
| HSL | 233.23º | 0.91% | 0.27% | - |
| HSV(B) | 233.23º | 0.95% | 0.51% | - |
| XYZ | 4.35 | 2.15 | 21.3 | - |
| YUV | 28.35 | 185.36 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 130 | 0.95 | 0.85 | 0 | 0.49 | 233.23 | 0.91 | 0.27 |
| Hex | 6 | 14 | 82 | 5F | 55 | 0 | 31 | E9 | 5B | 1B |
| Octal | 6 | 24 | 202 | 137 | 125 | 0 | 61 | 351 | 133 | 33 |
| Binary | 110 | 10100 | 10000010 | 1011111 | 1010101 | 0 | 110001 | 11101001 | 1011011 | 11011 |
Color Harmonies of #061482
Complementary color
Monochromatic Colors of #061482
Black with #061482
Text Example
Text Example
White with #061482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061482; }
p { color: rgb(6,20,130); }
H1.HeaderClassName
{
color: #061482;
}
.AnyTagClassName
{
color: #061482;
}
</style>
background-color css
<style>
a { background-color: #061482; }
a { background-color: rgb(6,20,130); }
div.DivClassName
{
background-color: #061482;
}
.BgClassName
{
background-color: #061482;
}
</style>
border-color css
<style>
span { border-color: #061482; }
span { border-color: rgb(6,20,130); }
td.TdClassName
{
border-color: #061482;
}
.TagClassName
{
border-color: #061482;
}
</style>