Shades of Dark Blue #031887
Tints of Dark Blue #031887
RGB
CMYK
RGB Variations
Color information
#031887 (or 0x031887) is known color: Dark Blue. HEX triplet: 03, 18 and 87. RGB value is (3,24,135). Sum of RGB (Red+Green+Blue) = 3+24+135=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 135 (53.12% from 255 or 83.33% from 162); Max value from RGB is 135 - color contains mainly: blue. Hex color #031887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031887 is #FCE778. Grayscale: #1D1D1D. Windows color (decimal): -16574329 or 8853507. OLE color: 8853507.
HSL color Cylindrical-coordinate representation of color #031887: hue angle of 230.45º 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 #031887 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 24 | 135 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.47 |
| HSL | 230.45º | 0.96% | 0.27% | - |
| HSV(B) | 230.45º | 0.98% | 0.53% | - |
| XYZ | 4.74 | 2.42 | 23.14 | - |
| YUV | 30.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 135 | 0.98 | 0.82 | 0 | 0.47 | 230.45 | 0.96 | 0.27 |
| Hex | 3 | 18 | 87 | 62 | 52 | 0 | 2F | E6 | 60 | 1B |
| Octal | 3 | 30 | 207 | 142 | 122 | 0 | 57 | 346 | 140 | 33 |
| Binary | 11 | 11000 | 10000111 | 1100010 | 1010010 | 0 | 101111 | 11100110 | 1100000 | 11011 |
Color Harmonies of #031887
Complementary color
Monochromatic Colors of #031887
Black with #031887
Text Example
Text Example
White with #031887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031887; }
p { color: rgb(3,24,135); }
H1.HeaderClassName
{
color: #031887;
}
.AnyTagClassName
{
color: #031887;
}
</style>
background-color css
<style>
a { background-color: #031887; }
a { background-color: rgb(3,24,135); }
div.DivClassName
{
background-color: #031887;
}
.BgClassName
{
background-color: #031887;
}
</style>
border-color css
<style>
span { border-color: #031887; }
span { border-color: rgb(3,24,135); }
td.TdClassName
{
border-color: #031887;
}
.TagClassName
{
border-color: #031887;
}
</style>