Shades of Dark Blue #031292
Tints of Dark Blue #031292
RGB
CMYK
RGB Variations
Color information
#031292 (or 0x031292) is known color: Dark Blue. HEX triplet: 03, 12 and 92. RGB value is (3,18,146). Sum of RGB (Red+Green+Blue) = 3+18+146=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #031292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031292 is #FCED6D. Grayscale: #1B1B1B. Windows color (decimal): -16575854 or 9572867. OLE color: 9572867.
HSL color Cylindrical-coordinate representation of color #031292: hue angle of 233.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031292 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 18 | 146 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.43 |
| HSL | 233.71º | 0.96% | 0.29% | - |
| HSV(B) | 233.71º | 0.98% | 0.57% | - |
| XYZ | 5.44 | 2.53 | 27.4 | - |
| YUV | 28.11 | 194.53 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 146 | 0.98 | 0.88 | 0 | 0.43 | 233.71 | 0.96 | 0.29 |
| Hex | 3 | 12 | 92 | 62 | 58 | 0 | 2B | EA | 60 | 1D |
| Octal | 3 | 22 | 222 | 142 | 130 | 0 | 53 | 352 | 140 | 35 |
| Binary | 11 | 10010 | 10010010 | 1100010 | 1011000 | 0 | 101011 | 11101010 | 1100000 | 11101 |
Color Harmonies of #031292
Complementary color
Monochromatic Colors of #031292
Black with #031292
Text Example
Text Example
White with #031292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031292; }
p { color: rgb(3,18,146); }
H1.HeaderClassName
{
color: #031292;
}
.AnyTagClassName
{
color: #031292;
}
</style>
background-color css
<style>
a { background-color: #031292; }
a { background-color: rgb(3,18,146); }
div.DivClassName
{
background-color: #031292;
}
.BgClassName
{
background-color: #031292;
}
</style>
border-color css
<style>
span { border-color: #031292; }
span { border-color: rgb(3,18,146); }
td.TdClassName
{
border-color: #031292;
}
.TagClassName
{
border-color: #031292;
}
</style>