Shades of Dark Blue #031689
Tints of Dark Blue #031689
RGB
CMYK
RGB Variations
Color information
#031689 (or 0x031689) is known color: Dark Blue. HEX triplet: 03, 16 and 89. RGB value is (3,22,137). Sum of RGB (Red+Green+Blue) = 3+22+137=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #031689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031689 is #FCE976. Grayscale: #1C1C1C. Windows color (decimal): -16574839 or 8984067. OLE color: 8984067.
HSL color Cylindrical-coordinate representation of color #031689: hue angle of 231.49º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031689 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 22 | 137 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.46 |
| HSL | 231.49º | 0.96% | 0.27% | - |
| HSV(B) | 231.49º | 0.98% | 0.54% | - |
| XYZ | 4.84 | 2.4 | 23.87 | - |
| YUV | 29.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 137 | 0.98 | 0.84 | 0 | 0.46 | 231.49 | 0.96 | 0.27 |
| Hex | 3 | 16 | 89 | 62 | 54 | 0 | 2E | E7 | 60 | 1B |
| Octal | 3 | 26 | 211 | 142 | 124 | 0 | 56 | 347 | 140 | 33 |
| Binary | 11 | 10110 | 10001001 | 1100010 | 1010100 | 0 | 101110 | 11100111 | 1100000 | 11011 |
Color Harmonies of #031689
Complementary color
Monochromatic Colors of #031689
Black with #031689
Text Example
Text Example
White with #031689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031689; }
p { color: rgb(3,22,137); }
H1.HeaderClassName
{
color: #031689;
}
.AnyTagClassName
{
color: #031689;
}
</style>
background-color css
<style>
a { background-color: #031689; }
a { background-color: rgb(3,22,137); }
div.DivClassName
{
background-color: #031689;
}
.BgClassName
{
background-color: #031689;
}
</style>
border-color css
<style>
span { border-color: #031689; }
span { border-color: rgb(3,22,137); }
td.TdClassName
{
border-color: #031689;
}
.TagClassName
{
border-color: #031689;
}
</style>