Shades of Navy #061183
Tints of Navy #061183
RGB
CMYK
RGB Variations
Color information
#061183 (or 0x061183) is known color: Navy. HEX triplet: 06, 11 and 83. RGB value is (6,17,131). Sum of RGB (Red+Green+Blue) = 6+17+131=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 131 (51.56% from 255 or 85.06% from 154); Max value from RGB is 131 - color contains mainly: blue. Hex color #061183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061183 is #F9EE7C. Grayscale: #1A1A1A. Windows color (decimal): -16379517 or 8589574. OLE color: 8589574.
HSL color Cylindrical-coordinate representation of color #061183: hue angle of 234.72º 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 #061183 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 17 | 131 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.49 |
| HSL | 234.72º | 0.91% | 0.27% | - |
| HSV(B) | 234.72º | 0.95% | 0.51% | - |
| XYZ | 4.37 | 2.08 | 21.64 | - |
| YUV | 26.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 131 | 0.95 | 0.87 | 0 | 0.49 | 234.72 | 0.91 | 0.27 |
| Hex | 6 | 11 | 83 | 5F | 57 | 0 | 31 | EB | 5B | 1B |
| Octal | 6 | 21 | 203 | 137 | 127 | 0 | 61 | 353 | 133 | 33 |
| Binary | 110 | 10001 | 10000011 | 1011111 | 1010111 | 0 | 110001 | 11101011 | 1011011 | 11011 |
Color Harmonies of #061183
Complementary color
Monochromatic Colors of #061183
Black with #061183
Text Example
Text Example
White with #061183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061183; }
p { color: rgb(6,17,131); }
H1.HeaderClassName
{
color: #061183;
}
.AnyTagClassName
{
color: #061183;
}
</style>
background-color css
<style>
a { background-color: #061183; }
a { background-color: rgb(6,17,131); }
div.DivClassName
{
background-color: #061183;
}
.BgClassName
{
background-color: #061183;
}
</style>
border-color css
<style>
span { border-color: #061183; }
span { border-color: rgb(6,17,131); }
td.TdClassName
{
border-color: #061183;
}
.TagClassName
{
border-color: #061183;
}
</style>