Shades of Midnight Blue #020C63
Tints of Midnight Blue #020C63
RGB
CMYK
RGB Variations
Color information
#020C63 (or 0x020C63) is known color: Midnight Blue. HEX triplet: 02, 0C and 63. RGB value is (2,12,99). Sum of RGB (Red+Green+Blue) = 2+12+99=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #020C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C63 is #FDF39C. Grayscale: #121212. Windows color (decimal): -16642973 or 6491138. OLE color: 6491138.
HSL color Cylindrical-coordinate representation of color #020C63: hue angle of 233.81º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C63 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 12 | 99 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.61 |
| HSL | 233.81º | 0.96% | 0.2% | - |
| HSV(B) | 233.81º | 0.98% | 0.39% | - |
| XYZ | 2.41 | 1.18 | 11.9 | - |
| YUV | 18.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 99 | 0.98 | 0.88 | 0 | 0.61 | 233.81 | 0.96 | 0.2 |
| Hex | 2 | C | 63 | 62 | 58 | 0 | 3D | EA | 60 | 14 |
| Octal | 2 | 14 | 143 | 142 | 130 | 0 | 75 | 352 | 140 | 24 |
| Binary | 10 | 1100 | 1100011 | 1100010 | 1011000 | 0 | 111101 | 11101010 | 1100000 | 10100 |
Color Harmonies of #020C63
Complementary color
Monochromatic Colors of #020C63
Black with #020C63
Text Example
Text Example
White with #020C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C63; }
p { color: rgb(2,12,99); }
H1.HeaderClassName
{
color: #020C63;
}
.AnyTagClassName
{
color: #020C63;
}
</style>
background-color css
<style>
a { background-color: #020C63; }
a { background-color: rgb(2,12,99); }
div.DivClassName
{
background-color: #020C63;
}
.BgClassName
{
background-color: #020C63;
}
</style>
border-color css
<style>
span { border-color: #020C63; }
span { border-color: rgb(2,12,99); }
td.TdClassName
{
border-color: #020C63;
}
.TagClassName
{
border-color: #020C63;
}
</style>