Shades of Midnight Blue #000148
Tints of Midnight Blue #000148
RGB
CMYK
RGB Variations
Color information
#000148 (or 0x000148) is known color: Midnight Blue. HEX triplet: 00, 01 and 48. RGB value is (0,1,72). Sum of RGB (Red+Green+Blue) = 0+1+72=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 72 (28.52% from 255 or 98.63% from 73); Max value from RGB is 72 - color contains mainly: blue. Hex color #000148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000148 is #FFFEB7. Grayscale: #080808. Windows color (decimal): -16776888 or 4718848. OLE color: 4718848.
HSL color Cylindrical-coordinate representation of color #000148: hue angle of 239.17º 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 #000148 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 1 | 72 | - |
| CMYK | 1 | 0.99 | 0 | 0.72 |
| HSL | 239.17º | 1% | 0.14% | - |
| HSV(B) | 239.17º | 1% | 0.28% | - |
| XYZ | 1.18 | 0.49 | 6.16 | - |
| YUV | 8.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 72 | 1 | 0.99 | 0 | 0.72 | 239.17 | 1 | 0.14 |
| Hex | 0 | 1 | 48 | 64 | 63 | 0 | 48 | EF | 64 | E |
| Octal | 0 | 1 | 110 | 144 | 143 | 0 | 110 | 357 | 144 | 16 |
| Binary | 0 | 1 | 1001000 | 1100100 | 1100011 | 0 | 1001000 | 11101111 | 1100100 | 1110 |
Color Harmonies of #000148
Complementary color
Monochromatic Colors of #000148
Black with #000148
Text Example
Text Example
White with #000148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000148; }
p { color: rgb(0,1,72); }
H1.HeaderClassName
{
color: #000148;
}
.AnyTagClassName
{
color: #000148;
}
</style>
background-color css
<style>
a { background-color: #000148; }
a { background-color: rgb(0,1,72); }
div.DivClassName
{
background-color: #000148;
}
.BgClassName
{
background-color: #000148;
}
</style>
border-color css
<style>
span { border-color: #000148; }
span { border-color: rgb(0,1,72); }
td.TdClassName
{
border-color: #000148;
}
.TagClassName
{
border-color: #000148;
}
</style>