Shades of Midnight Blue #020148
Tints of Midnight Blue #020148
RGB
CMYK
RGB Variations
Color information
#020148 (or 0x020148) is known color: Midnight Blue. HEX triplet: 02, 01 and 48. RGB value is (2,1,72). Sum of RGB (Red+Green+Blue) = 2+1+72=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 72 (28.52% from 255 or 96% from 75); Max value from RGB is 72 - color contains mainly: blue. Hex color #020148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020148 is #FDFEB7. Grayscale: #090909. Windows color (decimal): -16645816 or 4718850. OLE color: 4718850.
HSL color Cylindrical-coordinate representation of color #020148: hue angle of 240.85º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020148 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 1 | 72 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.72 |
| HSL | 240.85º | 0.97% | 0.14% | - |
| HSV(B) | 240.85º | 0.99% | 0.28% | - |
| XYZ | 1.21 | 0.5 | 6.16 | - |
| YUV | 9.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 72 | 0.97 | 0.99 | 0 | 0.72 | 240.85 | 0.97 | 0.14 |
| Hex | 2 | 1 | 48 | 61 | 63 | 0 | 48 | F1 | 61 | E |
| Octal | 2 | 1 | 110 | 141 | 143 | 0 | 110 | 361 | 141 | 16 |
| Binary | 10 | 1 | 1001000 | 1100001 | 1100011 | 0 | 1001000 | 11110001 | 1100001 | 1110 |
Color Harmonies of #020148
Complementary color
Monochromatic Colors of #020148
Black with #020148
Text Example
Text Example
White with #020148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020148; }
p { color: rgb(2,1,72); }
H1.HeaderClassName
{
color: #020148;
}
.AnyTagClassName
{
color: #020148;
}
</style>
background-color css
<style>
a { background-color: #020148; }
a { background-color: rgb(2,1,72); }
div.DivClassName
{
background-color: #020148;
}
.BgClassName
{
background-color: #020148;
}
</style>
border-color css
<style>
span { border-color: #020148; }
span { border-color: rgb(2,1,72); }
td.TdClassName
{
border-color: #020148;
}
.TagClassName
{
border-color: #020148;
}
</style>