Shades of Dark Blue #031092
Tints of Dark Blue #031092
RGB
CMYK
RGB Variations
Color information
#031092 (or 0x031092) is known color: Dark Blue. HEX triplet: 03, 10 and 92. RGB value is (3,16,146). Sum of RGB (Red+Green+Blue) = 3+16+146=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #031092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031092 is #FCEF6D. Grayscale: #1A1A1A. Windows color (decimal): -16576366 or 9572355. OLE color: 9572355.
HSL color Cylindrical-coordinate representation of color #031092: hue angle of 234.55º 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 #031092 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 16 | 146 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.43 |
| HSL | 234.55º | 0.96% | 0.29% | - |
| HSV(B) | 234.55º | 0.98% | 0.57% | - |
| XYZ | 5.41 | 2.47 | 27.38 | - |
| YUV | 26.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 146 | 0.98 | 0.89 | 0 | 0.43 | 234.55 | 0.96 | 0.29 |
| Hex | 3 | 10 | 92 | 62 | 59 | 0 | 2B | EB | 60 | 1D |
| Octal | 3 | 20 | 222 | 142 | 131 | 0 | 53 | 353 | 140 | 35 |
| Binary | 11 | 10000 | 10010010 | 1100010 | 1011001 | 0 | 101011 | 11101011 | 1100000 | 11101 |
Color Harmonies of #031092
Complementary color
Monochromatic Colors of #031092
Black with #031092
Text Example
Text Example
White with #031092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031092; }
p { color: rgb(3,16,146); }
H1.HeaderClassName
{
color: #031092;
}
.AnyTagClassName
{
color: #031092;
}
</style>
background-color css
<style>
a { background-color: #031092; }
a { background-color: rgb(3,16,146); }
div.DivClassName
{
background-color: #031092;
}
.BgClassName
{
background-color: #031092;
}
</style>
border-color css
<style>
span { border-color: #031092; }
span { border-color: rgb(3,16,146); }
td.TdClassName
{
border-color: #031092;
}
.TagClassName
{
border-color: #031092;
}
</style>