Shades of Navy #060362
Tints of Navy #060362
RGB
CMYK
RGB Variations
Color information
#060362 (or 0x060362) is known color: Navy. HEX triplet: 06, 03 and 62. RGB value is (6,3,98). Sum of RGB (Red+Green+Blue) = 6+3+98=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #060362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060362 is #F9FC9D. Grayscale: #0E0E0E. Windows color (decimal): -16383134 or 6423302. OLE color: 6423302.
HSL color Cylindrical-coordinate representation of color #060362: hue angle of 241.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060362 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 3 | 98 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.62 |
| HSL | 241.89º | 0.94% | 0.2% | - |
| HSV(B) | 241.89º | 0.97% | 0.38% | - |
| XYZ | 2.31 | 0.99 | 11.62 | - |
| YUV | 14.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 98 | 0.94 | 0.97 | 0 | 0.62 | 241.89 | 0.94 | 0.2 |
| Hex | 6 | 3 | 62 | 5E | 61 | 0 | 3E | F2 | 5E | 14 |
| Octal | 6 | 3 | 142 | 136 | 141 | 0 | 76 | 362 | 136 | 24 |
| Binary | 110 | 11 | 1100010 | 1011110 | 1100001 | 0 | 111110 | 11110010 | 1011110 | 10100 |
Color Harmonies of #060362
Complementary color
Monochromatic Colors of #060362
Black with #060362
Text Example
Text Example
White with #060362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060362; }
p { color: rgb(6,3,98); }
H1.HeaderClassName
{
color: #060362;
}
.AnyTagClassName
{
color: #060362;
}
</style>
background-color css
<style>
a { background-color: #060362; }
a { background-color: rgb(6,3,98); }
div.DivClassName
{
background-color: #060362;
}
.BgClassName
{
background-color: #060362;
}
</style>
border-color css
<style>
span { border-color: #060362; }
span { border-color: rgb(6,3,98); }
td.TdClassName
{
border-color: #060362;
}
.TagClassName
{
border-color: #060362;
}
</style>