Shades of Navy #061880
Tints of Navy #061880
RGB
CMYK
RGB Variations
Color information
#061880 (or 0x061880) is known color: Navy. HEX triplet: 06, 18 and 80. RGB value is (6,24,128). Sum of RGB (Red+Green+Blue) = 6+24+128=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 128 (50.39% from 255 or 81.01% from 158); Max value from RGB is 128 - color contains mainly: blue. Hex color #061880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061880 is #F9E77F. Grayscale: #1E1E1E. Windows color (decimal): -16377728 or 8394758. OLE color: 8394758.
HSL color Cylindrical-coordinate representation of color #061880: hue angle of 231.15º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061880 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 24 | 128 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.50 |
| HSL | 231.15º | 0.91% | 0.26% | - |
| HSV(B) | 231.15º | 0.95% | 0.5% | - |
| XYZ | 4.3 | 2.25 | 20.63 | - |
| YUV | 30.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 128 | 0.95 | 0.81 | 0 | 0.50 | 231.15 | 0.91 | 0.26 |
| Hex | 6 | 18 | 80 | 5F | 51 | 0 | 32 | E7 | 5B | 1A |
| Octal | 6 | 30 | 200 | 137 | 121 | 0 | 62 | 347 | 133 | 32 |
| Binary | 110 | 11000 | 10000000 | 1011111 | 1010001 | 0 | 110010 | 11100111 | 1011011 | 11010 |
Color Harmonies of #061880
Complementary color
Monochromatic Colors of #061880
Black with #061880
Text Example
Text Example
White with #061880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061880; }
p { color: rgb(6,24,128); }
H1.HeaderClassName
{
color: #061880;
}
.AnyTagClassName
{
color: #061880;
}
</style>
background-color css
<style>
a { background-color: #061880; }
a { background-color: rgb(6,24,128); }
div.DivClassName
{
background-color: #061880;
}
.BgClassName
{
background-color: #061880;
}
</style>
border-color css
<style>
span { border-color: #061880; }
span { border-color: rgb(6,24,128); }
td.TdClassName
{
border-color: #061880;
}
.TagClassName
{
border-color: #061880;
}
</style>