Shades of Dark Blue #020C90
Tints of Dark Blue #020C90
RGB
CMYK
RGB Variations
Color information
#020C90 (or 0x020C90) is known color: Dark Blue. HEX triplet: 02, 0C and 90. RGB value is (2,12,144). Sum of RGB (Red+Green+Blue) = 2+12+144=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 144 (56.64% from 255 or 91.14% from 158); Max value from RGB is 144 - color contains mainly: blue. Hex color #020C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C90 is #FDF36F. Grayscale: #171717. Windows color (decimal): -16642928 or 9440258. OLE color: 9440258.
HSL color Cylindrical-coordinate representation of color #020C90: hue angle of 235.77º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020C90 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 12 | 144 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.44 |
| HSL | 235.77º | 0.97% | 0.29% | - |
| HSV(B) | 235.77º | 0.99% | 0.56% | - |
| XYZ | 5.19 | 2.29 | 26.55 | - |
| YUV | 24.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 144 | 0.99 | 0.92 | 0 | 0.44 | 235.77 | 0.97 | 0.29 |
| Hex | 2 | C | 90 | 63 | 5C | 0 | 2C | EC | 61 | 1D |
| Octal | 2 | 14 | 220 | 143 | 134 | 0 | 54 | 354 | 141 | 35 |
| Binary | 10 | 1100 | 10010000 | 1100011 | 1011100 | 0 | 101100 | 11101100 | 1100001 | 11101 |
Color Harmonies of #020C90
Complementary color
Monochromatic Colors of #020C90
Black with #020C90
Text Example
Text Example
White with #020C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C90; }
p { color: rgb(2,12,144); }
H1.HeaderClassName
{
color: #020C90;
}
.AnyTagClassName
{
color: #020C90;
}
</style>
background-color css
<style>
a { background-color: #020C90; }
a { background-color: rgb(2,12,144); }
div.DivClassName
{
background-color: #020C90;
}
.BgClassName
{
background-color: #020C90;
}
</style>
border-color css
<style>
span { border-color: #020C90; }
span { border-color: rgb(2,12,144); }
td.TdClassName
{
border-color: #020C90;
}
.TagClassName
{
border-color: #020C90;
}
</style>