Shades of Midnight Blue #020F6B
Tints of Midnight Blue #020F6B
RGB
CMYK
RGB Variations
Color information
#020F6B (or 0x020F6B) is known color: Midnight Blue. HEX triplet: 02, 0F and 6B. RGB value is (2,15,107). Sum of RGB (Red+Green+Blue) = 2+15+107=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #020F6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F6B is #FDF094. Grayscale: #151515. Windows color (decimal): -16642197 or 7016194. OLE color: 7016194.
HSL color Cylindrical-coordinate representation of color #020F6B: hue angle of 232.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F6B is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 15 | 107 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.58 |
| HSL | 232.57º | 0.96% | 0.21% | - |
| HSV(B) | 232.57º | 0.98% | 0.42% | - |
| XYZ | 2.85 | 1.42 | 14.03 | - |
| YUV | 21.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 107 | 0.98 | 0.86 | 0 | 0.58 | 232.57 | 0.96 | 0.21 |
| Hex | 2 | F | 6B | 62 | 56 | 0 | 3A | E9 | 60 | 15 |
| Octal | 2 | 17 | 153 | 142 | 126 | 0 | 72 | 351 | 140 | 25 |
| Binary | 10 | 1111 | 1101011 | 1100010 | 1010110 | 0 | 111010 | 11101001 | 1100000 | 10101 |
Color Harmonies of #020F6B
Complementary color
Monochromatic Colors of #020F6B
Black with #020F6B
Text Example
Text Example
White with #020F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F6B; }
p { color: rgb(2,15,107); }
H1.HeaderClassName
{
color: #020F6B;
}
.AnyTagClassName
{
color: #020F6B;
}
</style>
background-color css
<style>
a { background-color: #020F6B; }
a { background-color: rgb(2,15,107); }
div.DivClassName
{
background-color: #020F6B;
}
.BgClassName
{
background-color: #020F6B;
}
</style>
border-color css
<style>
span { border-color: #020F6B; }
span { border-color: rgb(2,15,107); }
td.TdClassName
{
border-color: #020F6B;
}
.TagClassName
{
border-color: #020F6B;
}
</style>