Shades of Navy #030662
Tints of Navy #030662
RGB
CMYK
RGB Variations
Color information
#030662 (or 0x030662) is known color: Navy. HEX triplet: 03, 06 and 62. RGB value is (3,6,98). Sum of RGB (Red+Green+Blue) = 3+6+98=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 6 (2.73% from 255 or 5.61% 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 #030662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030662 is #FCF99D. Grayscale: #0F0F0F. Windows color (decimal): -16578974 or 6424067. OLE color: 6424067.
HSL color Cylindrical-coordinate representation of color #030662: hue angle of 238.11º 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 #030662 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 6 | 98 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.62 |
| HSL | 238.11º | 0.94% | 0.2% | - |
| HSV(B) | 238.11º | 0.97% | 0.38% | - |
| XYZ | 2.31 | 1.03 | 11.63 | - |
| YUV | 15.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 98 | 0.97 | 0.94 | 0 | 0.62 | 238.11 | 0.94 | 0.2 |
| Hex | 3 | 6 | 62 | 61 | 5E | 0 | 3E | EE | 5E | 14 |
| Octal | 3 | 6 | 142 | 141 | 136 | 0 | 76 | 356 | 136 | 24 |
| Binary | 11 | 110 | 1100010 | 1100001 | 1011110 | 0 | 111110 | 11101110 | 1011110 | 10100 |
Color Harmonies of #030662
Complementary color
Monochromatic Colors of #030662
Black with #030662
Text Example
Text Example
White with #030662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030662; }
p { color: rgb(3,6,98); }
H1.HeaderClassName
{
color: #030662;
}
.AnyTagClassName
{
color: #030662;
}
</style>
background-color css
<style>
a { background-color: #030662; }
a { background-color: rgb(3,6,98); }
div.DivClassName
{
background-color: #030662;
}
.BgClassName
{
background-color: #030662;
}
</style>
border-color css
<style>
span { border-color: #030662; }
span { border-color: rgb(3,6,98); }
td.TdClassName
{
border-color: #030662;
}
.TagClassName
{
border-color: #030662;
}
</style>