Shades of Navy #030883
Tints of Navy #030883
RGB
CMYK
RGB Variations
Color information
#030883 (or 0x030883) is known color: Navy. HEX triplet: 03, 08 and 83. RGB value is (3,8,131). Sum of RGB (Red+Green+Blue) = 3+8+131=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 131 (51.56% from 255 or 92.25% from 142); Max value from RGB is 131 - color contains mainly: blue. Hex color #030883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030883 is #FCF77C. Grayscale: #141414. Windows color (decimal): -16578429 or 8587267. OLE color: 8587267.
HSL color Cylindrical-coordinate representation of color #030883: hue angle of 237.66º degrees, saturation: 0.96, 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 #030883 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 8 | 131 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.49 |
| HSL | 237.66º | 0.96% | 0.26% | - |
| HSV(B) | 237.66º | 0.98% | 0.51% | - |
| XYZ | 4.22 | 1.83 | 21.6 | - |
| YUV | 20.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 131 | 0.98 | 0.94 | 0 | 0.49 | 237.66 | 0.96 | 0.26 |
| Hex | 3 | 8 | 83 | 62 | 5E | 0 | 31 | EE | 60 | 1A |
| Octal | 3 | 10 | 203 | 142 | 136 | 0 | 61 | 356 | 140 | 32 |
| Binary | 11 | 1000 | 10000011 | 1100010 | 1011110 | 0 | 110001 | 11101110 | 1100000 | 11010 |
Color Harmonies of #030883
Complementary color
Monochromatic Colors of #030883
Black with #030883
Text Example
Text Example
White with #030883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030883; }
p { color: rgb(3,8,131); }
H1.HeaderClassName
{
color: #030883;
}
.AnyTagClassName
{
color: #030883;
}
</style>
background-color css
<style>
a { background-color: #030883; }
a { background-color: rgb(3,8,131); }
div.DivClassName
{
background-color: #030883;
}
.BgClassName
{
background-color: #030883;
}
</style>
border-color css
<style>
span { border-color: #030883; }
span { border-color: rgb(3,8,131); }
td.TdClassName
{
border-color: #030883;
}
.TagClassName
{
border-color: #030883;
}
</style>