Shades of Navy #031285
Tints of Navy #031285
RGB
CMYK
RGB Variations
Color information
#031285 (or 0x031285) is known color: Navy. HEX triplet: 03, 12 and 85. RGB value is (3,18,133). Sum of RGB (Red+Green+Blue) = 3+18+133=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #031285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031285 is #FCED7A. Grayscale: #1A1A1A. Windows color (decimal): -16575867 or 8720899. OLE color: 8720899.
HSL color Cylindrical-coordinate representation of color #031285: hue angle of 233.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031285 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 18 | 133 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.48 |
| HSL | 233.08º | 0.96% | 0.27% | - |
| HSV(B) | 233.08º | 0.98% | 0.52% | - |
| XYZ | 4.49 | 2.15 | 22.37 | - |
| YUV | 26.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 133 | 0.98 | 0.86 | 0 | 0.48 | 233.08 | 0.96 | 0.27 |
| Hex | 3 | 12 | 85 | 62 | 56 | 0 | 30 | E9 | 60 | 1B |
| Octal | 3 | 22 | 205 | 142 | 126 | 0 | 60 | 351 | 140 | 33 |
| Binary | 11 | 10010 | 10000101 | 1100010 | 1010110 | 0 | 110000 | 11101001 | 1100000 | 11011 |
Color Harmonies of #031285
Complementary color
Monochromatic Colors of #031285
Black with #031285
Text Example
Text Example
White with #031285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031285; }
p { color: rgb(3,18,133); }
H1.HeaderClassName
{
color: #031285;
}
.AnyTagClassName
{
color: #031285;
}
</style>
background-color css
<style>
a { background-color: #031285; }
a { background-color: rgb(3,18,133); }
div.DivClassName
{
background-color: #031285;
}
.BgClassName
{
background-color: #031285;
}
</style>
border-color css
<style>
span { border-color: #031285; }
span { border-color: rgb(3,18,133); }
td.TdClassName
{
border-color: #031285;
}
.TagClassName
{
border-color: #031285;
}
</style>