Shades of Navy #061882
Tints of Navy #061882
RGB
CMYK
RGB Variations
Color information
#061882 (or 0x061882) is known color: Navy. HEX triplet: 06, 18 and 82. RGB value is (6,24,130). Sum of RGB (Red+Green+Blue) = 6+24+130=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #061882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061882 is #F9E77D. Grayscale: #1E1E1E. Windows color (decimal): -16377726 or 8525830. OLE color: 8525830.
HSL color Cylindrical-coordinate representation of color #061882: hue angle of 231.29º 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 #061882 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 24 | 130 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.49 |
| HSL | 231.29º | 0.91% | 0.27% | - |
| HSV(B) | 231.29º | 0.95% | 0.51% | - |
| XYZ | 4.43 | 2.3 | 21.33 | - |
| YUV | 30.7 | 184.04 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 130 | 0.95 | 0.82 | 0 | 0.49 | 231.29 | 0.91 | 0.27 |
| Hex | 6 | 18 | 82 | 5F | 52 | 0 | 31 | E7 | 5B | 1B |
| Octal | 6 | 30 | 202 | 137 | 122 | 0 | 61 | 347 | 133 | 33 |
| Binary | 110 | 11000 | 10000010 | 1011111 | 1010010 | 0 | 110001 | 11100111 | 1011011 | 11011 |
Color Harmonies of #061882
Complementary color
Monochromatic Colors of #061882
Black with #061882
Text Example
Text Example
White with #061882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061882; }
p { color: rgb(6,24,130); }
H1.HeaderClassName
{
color: #061882;
}
.AnyTagClassName
{
color: #061882;
}
</style>
background-color css
<style>
a { background-color: #061882; }
a { background-color: rgb(6,24,130); }
div.DivClassName
{
background-color: #061882;
}
.BgClassName
{
background-color: #061882;
}
</style>
border-color css
<style>
span { border-color: #061882; }
span { border-color: rgb(6,24,130); }
td.TdClassName
{
border-color: #061882;
}
.TagClassName
{
border-color: #061882;
}
</style>