Shades of Navy #031072
Tints of Navy #031072
RGB
CMYK
RGB Variations
Color information
#031072 (or 0x031072) is known color: Navy. HEX triplet: 03, 10 and 72. RGB value is (3,16,114). Sum of RGB (Red+Green+Blue) = 3+16+114=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #031072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031072 is #FCEF8D. Grayscale: #161616. Windows color (decimal): -16576398 or 7475203. OLE color: 7475203.
HSL color Cylindrical-coordinate representation of color #031072: hue angle of 232.97º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031072 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 16 | 114 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.55 |
| HSL | 232.97º | 0.95% | 0.23% | - |
| HSV(B) | 232.97º | 0.97% | 0.45% | - |
| XYZ | 3.26 | 1.6 | 16.06 | - |
| YUV | 23.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 114 | 0.97 | 0.86 | 0 | 0.55 | 232.97 | 0.95 | 0.23 |
| Hex | 3 | 10 | 72 | 61 | 56 | 0 | 37 | E9 | 5F | 17 |
| Octal | 3 | 20 | 162 | 141 | 126 | 0 | 67 | 351 | 137 | 27 |
| Binary | 11 | 10000 | 1110010 | 1100001 | 1010110 | 0 | 110111 | 11101001 | 1011111 | 10111 |
Color Harmonies of #031072
Complementary color
Monochromatic Colors of #031072
Black with #031072
Text Example
Text Example
White with #031072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031072; }
p { color: rgb(3,16,114); }
H1.HeaderClassName
{
color: #031072;
}
.AnyTagClassName
{
color: #031072;
}
</style>
background-color css
<style>
a { background-color: #031072; }
a { background-color: rgb(3,16,114); }
div.DivClassName
{
background-color: #031072;
}
.BgClassName
{
background-color: #031072;
}
</style>
border-color css
<style>
span { border-color: #031072; }
span { border-color: rgb(3,16,114); }
td.TdClassName
{
border-color: #031072;
}
.TagClassName
{
border-color: #031072;
}
</style>