Shades of Midnight Blue #020C62
Tints of Midnight Blue #020C62
RGB
CMYK
RGB Variations
Color information
#020C62 (or 0x020C62) is known color: Midnight Blue. HEX triplet: 02, 0C and 62. RGB value is (2,12,98). Sum of RGB (Red+Green+Blue) = 2+12+98=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 98 (38.67% from 255 or 87.5% from 112); Max value from RGB is 98 - color contains mainly: blue. Hex color #020C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C62 is #FDF39D. Grayscale: #121212. Windows color (decimal): -16642974 or 6425602. OLE color: 6425602.
HSL color Cylindrical-coordinate representation of color #020C62: hue angle of 233.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C62 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 12 | 98 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.62 |
| HSL | 233.75º | 0.96% | 0.2% | - |
| HSV(B) | 233.75º | 0.98% | 0.38% | - |
| XYZ | 2.36 | 1.16 | 11.65 | - |
| YUV | 18.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 98 | 0.98 | 0.88 | 0 | 0.62 | 233.75 | 0.96 | 0.2 |
| Hex | 2 | C | 62 | 62 | 58 | 0 | 3E | EA | 60 | 14 |
| Octal | 2 | 14 | 142 | 142 | 130 | 0 | 76 | 352 | 140 | 24 |
| Binary | 10 | 1100 | 1100010 | 1100010 | 1011000 | 0 | 111110 | 11101010 | 1100000 | 10100 |
Color Harmonies of #020C62
Complementary color
Monochromatic Colors of #020C62
Black with #020C62
Text Example
Text Example
White with #020C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C62; }
p { color: rgb(2,12,98); }
H1.HeaderClassName
{
color: #020C62;
}
.AnyTagClassName
{
color: #020C62;
}
</style>
background-color css
<style>
a { background-color: #020C62; }
a { background-color: rgb(2,12,98); }
div.DivClassName
{
background-color: #020C62;
}
.BgClassName
{
background-color: #020C62;
}
</style>
border-color css
<style>
span { border-color: #020C62; }
span { border-color: rgb(2,12,98); }
td.TdClassName
{
border-color: #020C62;
}
.TagClassName
{
border-color: #020C62;
}
</style>