Shades of Dark Blue #020A92
Tints of Dark Blue #020A92
RGB
CMYK
RGB Variations
Color information
#020A92 (or 0x020A92) is known color: Dark Blue. HEX triplet: 02, 0A and 92. RGB value is (2,10,146). Sum of RGB (Red+Green+Blue) = 2+10+146=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #020A92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A92 is #FDF56D. Grayscale: #161616. Windows color (decimal): -16643438 or 9570818. OLE color: 9570818.
HSL color Cylindrical-coordinate representation of color #020A92: hue angle of 236.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A92 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 10 | 146 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.43 |
| HSL | 236.67º | 0.97% | 0.29% | - |
| HSV(B) | 236.67º | 0.99% | 0.57% | - |
| XYZ | 5.32 | 2.31 | 27.36 | - |
| YUV | 23.11 | 197.35 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 146 | 0.99 | 0.93 | 0 | 0.43 | 236.67 | 0.97 | 0.29 |
| Hex | 2 | A | 92 | 63 | 5D | 0 | 2B | ED | 61 | 1D |
| Octal | 2 | 12 | 222 | 143 | 135 | 0 | 53 | 355 | 141 | 35 |
| Binary | 10 | 1010 | 10010010 | 1100011 | 1011101 | 0 | 101011 | 11101101 | 1100001 | 11101 |
Color Harmonies of #020A92
Complementary color
Monochromatic Colors of #020A92
Black with #020A92
Text Example
Text Example
White with #020A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A92; }
p { color: rgb(2,10,146); }
H1.HeaderClassName
{
color: #020A92;
}
.AnyTagClassName
{
color: #020A92;
}
</style>
background-color css
<style>
a { background-color: #020A92; }
a { background-color: rgb(2,10,146); }
div.DivClassName
{
background-color: #020A92;
}
.BgClassName
{
background-color: #020A92;
}
</style>
border-color css
<style>
span { border-color: #020A92; }
span { border-color: rgb(2,10,146); }
td.TdClassName
{
border-color: #020A92;
}
.TagClassName
{
border-color: #020A92;
}
</style>