Shades of Dark Blue #020092
Tints of Dark Blue #020092
RGB
CMYK
RGB Variations
Color information
#020092 (or 0x020092) is known color: Dark Blue. HEX triplet: 02, 00 and 92. RGB value is (2,0,146). Sum of RGB (Red+Green+Blue) = 2+0+146=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 146 (57.42% from 255 or 98.65% from 148); Max value from RGB is 146 - color contains mainly: blue. Hex color #020092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020092 is #FDFF6D. Grayscale: #101010. Windows color (decimal): -16645998 or 9568258. OLE color: 9568258.
HSL color Cylindrical-coordinate representation of color #020092: hue angle of 240.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020092 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 0 | 146 | - |
| CMYK | 0.99 | 1 | 0 | 0.43 |
| HSL | 240.82º | 1% | 0.29% | - |
| HSV(B) | 240.82º | 1% | 0.57% | - |
| XYZ | 5.21 | 2.09 | 27.32 | - |
| YUV | 17.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 146 | 0.99 | 1 | 0 | 0.43 | 240.82 | 1 | 0.29 |
| Hex | 2 | 0 | 92 | 63 | 64 | 0 | 2B | F1 | 64 | 1D |
| Octal | 2 | 0 | 222 | 143 | 144 | 0 | 53 | 361 | 144 | 35 |
| Binary | 10 | 0 | 10010010 | 1100011 | 1100100 | 0 | 101011 | 11110001 | 1100100 | 11101 |
Color Harmonies of #020092
Complementary color
Monochromatic Colors of #020092
Black with #020092
Text Example
Text Example
White with #020092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020092; }
p { color: rgb(2,0,146); }
H1.HeaderClassName
{
color: #020092;
}
.AnyTagClassName
{
color: #020092;
}
</style>
background-color css
<style>
a { background-color: #020092; }
a { background-color: rgb(2,0,146); }
div.DivClassName
{
background-color: #020092;
}
.BgClassName
{
background-color: #020092;
}
</style>
border-color css
<style>
span { border-color: #020092; }
span { border-color: rgb(2,0,146); }
td.TdClassName
{
border-color: #020092;
}
.TagClassName
{
border-color: #020092;
}
</style>