Shades of Navy #031084
Tints of Navy #031084
RGB
CMYK
RGB Variations
Color information
#031084 (or 0x031084) is known color: Navy. HEX triplet: 03, 10 and 84. RGB value is (3,16,132). Sum of RGB (Red+Green+Blue) = 3+16+132=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #031084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031084 is #FCEF7B. Grayscale: #181818. Windows color (decimal): -16576380 or 8654851. OLE color: 8654851.
HSL color Cylindrical-coordinate representation of color #031084: hue angle of 233.95º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031084 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 16 | 132 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.48 |
| HSL | 233.95º | 0.96% | 0.26% | - |
| HSV(B) | 233.95º | 0.98% | 0.52% | - |
| XYZ | 4.39 | 2.06 | 22 | - |
| YUV | 25.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 132 | 0.98 | 0.88 | 0 | 0.48 | 233.95 | 0.96 | 0.26 |
| Hex | 3 | 10 | 84 | 62 | 58 | 0 | 30 | EA | 60 | 1A |
| Octal | 3 | 20 | 204 | 142 | 130 | 0 | 60 | 352 | 140 | 32 |
| Binary | 11 | 10000 | 10000100 | 1100010 | 1011000 | 0 | 110000 | 11101010 | 1100000 | 11010 |
Color Harmonies of #031084
Complementary color
Monochromatic Colors of #031084
Black with #031084
Text Example
Text Example
White with #031084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031084; }
p { color: rgb(3,16,132); }
H1.HeaderClassName
{
color: #031084;
}
.AnyTagClassName
{
color: #031084;
}
</style>
background-color css
<style>
a { background-color: #031084; }
a { background-color: rgb(3,16,132); }
div.DivClassName
{
background-color: #031084;
}
.BgClassName
{
background-color: #031084;
}
</style>
border-color css
<style>
span { border-color: #031084; }
span { border-color: rgb(3,16,132); }
td.TdClassName
{
border-color: #031084;
}
.TagClassName
{
border-color: #031084;
}
</style>