Shades of Navy #030982
Tints of Navy #030982
RGB
CMYK
RGB Variations
Color information
#030982 (or 0x030982) is known color: Navy. HEX triplet: 03, 09 and 82. RGB value is (3,9,130). Sum of RGB (Red+Green+Blue) = 3+9+130=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 130 (51.17% from 255 or 91.55% from 142); Max value from RGB is 130 - color contains mainly: blue. Hex color #030982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030982 is #FCF67D. Grayscale: #141414. Windows color (decimal): -16578174 or 8521987. OLE color: 8521987.
HSL color Cylindrical-coordinate representation of color #030982: hue angle of 237.17º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030982 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 9 | 130 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.49 |
| HSL | 237.17º | 0.95% | 0.26% | - |
| HSV(B) | 237.17º | 0.98% | 0.51% | - |
| XYZ | 4.16 | 1.83 | 21.25 | - |
| YUV | 21 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 130 | 0.98 | 0.93 | 0 | 0.49 | 237.17 | 0.95 | 0.26 |
| Hex | 3 | 9 | 82 | 62 | 5D | 0 | 31 | ED | 5F | 1A |
| Octal | 3 | 11 | 202 | 142 | 135 | 0 | 61 | 355 | 137 | 32 |
| Binary | 11 | 1001 | 10000010 | 1100010 | 1011101 | 0 | 110001 | 11101101 | 1011111 | 11010 |
Color Harmonies of #030982
Complementary color
Monochromatic Colors of #030982
Black with #030982
Text Example
Text Example
White with #030982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030982; }
p { color: rgb(3,9,130); }
H1.HeaderClassName
{
color: #030982;
}
.AnyTagClassName
{
color: #030982;
}
</style>
background-color css
<style>
a { background-color: #030982; }
a { background-color: rgb(3,9,130); }
div.DivClassName
{
background-color: #030982;
}
.BgClassName
{
background-color: #030982;
}
</style>
border-color css
<style>
span { border-color: #030982; }
span { border-color: rgb(3,9,130); }
td.TdClassName
{
border-color: #030982;
}
.TagClassName
{
border-color: #030982;
}
</style>