Shades of Navy #030660
Tints of Navy #030660
RGB
CMYK
RGB Variations
Color information
#030660 (or 0x030660) is known color: Navy. HEX triplet: 03, 06 and 60. RGB value is (3,6,96). Sum of RGB (Red+Green+Blue) = 3+6+96=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 96 (37.89% from 255 or 91.43% from 105); Max value from RGB is 96 - color contains mainly: blue. Hex color #030660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030660 is #FCF99F. Grayscale: #0F0F0F. Windows color (decimal): -16578976 or 6292995. OLE color: 6292995.
HSL color Cylindrical-coordinate representation of color #030660: hue angle of 238.06º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030660 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 6 | 96 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.62 |
| HSL | 238.06º | 0.94% | 0.19% | - |
| HSV(B) | 238.06º | 0.97% | 0.38% | - |
| XYZ | 2.21 | 0.99 | 11.14 | - |
| YUV | 15.36 | 173.51 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 96 | 0.97 | 0.94 | 0 | 0.62 | 238.06 | 0.94 | 0.19 |
| Hex | 3 | 6 | 60 | 61 | 5E | 0 | 3E | EE | 5E | 13 |
| Octal | 3 | 6 | 140 | 141 | 136 | 0 | 76 | 356 | 136 | 23 |
| Binary | 11 | 110 | 1100000 | 1100001 | 1011110 | 0 | 111110 | 11101110 | 1011110 | 10011 |
Color Harmonies of #030660
Complementary color
Monochromatic Colors of #030660
Black with #030660
Text Example
Text Example
White with #030660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030660; }
p { color: rgb(3,6,96); }
H1.HeaderClassName
{
color: #030660;
}
.AnyTagClassName
{
color: #030660;
}
</style>
background-color css
<style>
a { background-color: #030660; }
a { background-color: rgb(3,6,96); }
div.DivClassName
{
background-color: #030660;
}
.BgClassName
{
background-color: #030660;
}
</style>
border-color css
<style>
span { border-color: #030660; }
span { border-color: rgb(3,6,96); }
td.TdClassName
{
border-color: #030660;
}
.TagClassName
{
border-color: #030660;
}
</style>