Shades of Midnight Blue #000248
Tints of Midnight Blue #000248
RGB
CMYK
RGB Variations
Color information
#000248 (or 0x000248) is known color: Midnight Blue. HEX triplet: 00, 02 and 48. RGB value is (0,2,72). Sum of RGB (Red+Green+Blue) = 0+2+72=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 72 (28.52% from 255 or 97.30% from 74); Max value from RGB is 72 - color contains mainly: blue. Hex color #000248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000248 is #FFFDB7. Grayscale: #090909. Windows color (decimal): -16776632 or 4719104. OLE color: 4719104.
HSL color Cylindrical-coordinate representation of color #000248: hue angle of 238.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000248 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 2 | 72 | - |
| CMYK | 1 | 0.97 | 0 | 0.72 |
| HSL | 238.33º | 1% | 0.14% | - |
| HSV(B) | 238.33º | 1% | 0.28% | - |
| XYZ | 1.19 | 0.51 | 6.17 | - |
| YUV | 9.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 72 | 1 | 0.97 | 0 | 0.72 | 238.33 | 1 | 0.14 |
| Hex | 0 | 2 | 48 | 64 | 61 | 0 | 48 | EE | 64 | E |
| Octal | 0 | 2 | 110 | 144 | 141 | 0 | 110 | 356 | 144 | 16 |
| Binary | 0 | 10 | 1001000 | 1100100 | 1100001 | 0 | 1001000 | 11101110 | 1100100 | 1110 |
Color Harmonies of #000248
Complementary color
Monochromatic Colors of #000248
Black with #000248
Text Example
Text Example
White with #000248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000248; }
p { color: rgb(0,2,72); }
H1.HeaderClassName
{
color: #000248;
}
.AnyTagClassName
{
color: #000248;
}
</style>
background-color css
<style>
a { background-color: #000248; }
a { background-color: rgb(0,2,72); }
div.DivClassName
{
background-color: #000248;
}
.BgClassName
{
background-color: #000248;
}
</style>
border-color css
<style>
span { border-color: #000248; }
span { border-color: rgb(0,2,72); }
td.TdClassName
{
border-color: #000248;
}
.TagClassName
{
border-color: #000248;
}
</style>