Shades of Dark Blue #031987
Tints of Dark Blue #031987
RGB
CMYK
RGB Variations
Color information
#031987 (or 0x031987) is known color: Dark Blue. HEX triplet: 03, 19 and 87. RGB value is (3,25,135). Sum of RGB (Red+Green+Blue) = 3+25+135=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #031987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031987 is #FCE678. Grayscale: #1E1E1E. Windows color (decimal): -16574073 or 8853763. OLE color: 8853763.
HSL color Cylindrical-coordinate representation of color #031987: hue angle of 230º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031987 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 25 | 135 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.47 |
| HSL | 230º | 0.96% | 0.27% | - |
| HSV(B) | 230º | 0.98% | 0.53% | - |
| XYZ | 4.76 | 2.46 | 23.15 | - |
| YUV | 30.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 135 | 0.98 | 0.81 | 0 | 0.47 | 230 | 0.96 | 0.27 |
| Hex | 3 | 19 | 87 | 62 | 51 | 0 | 2F | E6 | 60 | 1B |
| Octal | 3 | 31 | 207 | 142 | 121 | 0 | 57 | 346 | 140 | 33 |
| Binary | 11 | 11001 | 10000111 | 1100010 | 1010001 | 0 | 101111 | 11100110 | 1100000 | 11011 |
Color Harmonies of #031987
Complementary color
Monochromatic Colors of #031987
Black with #031987
Text Example
Text Example
White with #031987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031987; }
p { color: rgb(3,25,135); }
H1.HeaderClassName
{
color: #031987;
}
.AnyTagClassName
{
color: #031987;
}
</style>
background-color css
<style>
a { background-color: #031987; }
a { background-color: rgb(3,25,135); }
div.DivClassName
{
background-color: #031987;
}
.BgClassName
{
background-color: #031987;
}
</style>
border-color css
<style>
span { border-color: #031987; }
span { border-color: rgb(3,25,135); }
td.TdClassName
{
border-color: #031987;
}
.TagClassName
{
border-color: #031987;
}
</style>