Shades of Dark Blue #031288
Tints of Dark Blue #031288
RGB
CMYK
RGB Variations
Color information
#031288 (or 0x031288) is known color: Dark Blue. HEX triplet: 03, 12 and 88. RGB value is (3,18,136). Sum of RGB (Red+Green+Blue) = 3+18+136=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #031288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031288 is #FCED77. Grayscale: #1A1A1A. Windows color (decimal): -16575864 or 8917507. OLE color: 8917507.
HSL color Cylindrical-coordinate representation of color #031288: hue angle of 233.23º 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 #031288 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 18 | 136 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.47 |
| HSL | 233.23º | 0.96% | 0.27% | - |
| HSV(B) | 233.23º | 0.98% | 0.53% | - |
| XYZ | 4.7 | 2.23 | 23.48 | - |
| YUV | 26.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 136 | 0.98 | 0.87 | 0 | 0.47 | 233.23 | 0.96 | 0.27 |
| Hex | 3 | 12 | 88 | 62 | 57 | 0 | 2F | E9 | 60 | 1B |
| Octal | 3 | 22 | 210 | 142 | 127 | 0 | 57 | 351 | 140 | 33 |
| Binary | 11 | 10010 | 10001000 | 1100010 | 1010111 | 0 | 101111 | 11101001 | 1100000 | 11011 |
Color Harmonies of #031288
Complementary color
Monochromatic Colors of #031288
Black with #031288
Text Example
Text Example
White with #031288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031288; }
p { color: rgb(3,18,136); }
H1.HeaderClassName
{
color: #031288;
}
.AnyTagClassName
{
color: #031288;
}
</style>
background-color css
<style>
a { background-color: #031288; }
a { background-color: rgb(3,18,136); }
div.DivClassName
{
background-color: #031288;
}
.BgClassName
{
background-color: #031288;
}
</style>
border-color css
<style>
span { border-color: #031288; }
span { border-color: rgb(3,18,136); }
td.TdClassName
{
border-color: #031288;
}
.TagClassName
{
border-color: #031288;
}
</style>