Shades of Navy #060783
Tints of Navy #060783
RGB
CMYK
RGB Variations
Color information
#060783 (or 0x060783) is known color: Navy. HEX triplet: 06, 07 and 83. RGB value is (6,7,131). Sum of RGB (Red+Green+Blue) = 6+7+131=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 131 (51.56% from 255 or 90.97% from 144); Max value from RGB is 131 - color contains mainly: blue. Hex color #060783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060783 is #F9F87C. Grayscale: #141414. Windows color (decimal): -16382077 or 8587014. OLE color: 8587014.
HSL color Cylindrical-coordinate representation of color #060783: hue angle of 239.52º 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 #060783 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 7 | 131 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.49 |
| HSL | 239.52º | 0.91% | 0.27% | - |
| HSV(B) | 239.52º | 0.95% | 0.51% | - |
| XYZ | 4.25 | 1.83 | 21.6 | - |
| YUV | 20.84 | 190.17 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 131 | 0.95 | 0.95 | 0 | 0.49 | 239.52 | 0.91 | 0.27 |
| Hex | 6 | 7 | 83 | 5F | 5F | 0 | 31 | F0 | 5B | 1B |
| Octal | 6 | 7 | 203 | 137 | 137 | 0 | 61 | 360 | 133 | 33 |
| Binary | 110 | 111 | 10000011 | 1011111 | 1011111 | 0 | 110001 | 11110000 | 1011011 | 11011 |
Color Harmonies of #060783
Complementary color
Monochromatic Colors of #060783
Black with #060783
Text Example
Text Example
White with #060783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060783; }
p { color: rgb(6,7,131); }
H1.HeaderClassName
{
color: #060783;
}
.AnyTagClassName
{
color: #060783;
}
</style>
background-color css
<style>
a { background-color: #060783; }
a { background-color: rgb(6,7,131); }
div.DivClassName
{
background-color: #060783;
}
.BgClassName
{
background-color: #060783;
}
</style>
border-color css
<style>
span { border-color: #060783; }
span { border-color: rgb(6,7,131); }
td.TdClassName
{
border-color: #060783;
}
.TagClassName
{
border-color: #060783;
}
</style>