Shades of Midnight Blue #000249
Tints of Midnight Blue #000249
RGB
CMYK
RGB Variations
Color information
#000249 (or 0x000249) is known color: Midnight Blue. HEX triplet: 00, 02 and 49. RGB value is (0,2,73). Sum of RGB (Red+Green+Blue) = 0+2+73=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 73 (28.91% from 255 or 97.33% from 75); Max value from RGB is 73 - color contains mainly: blue. Hex color #000249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000249 is #FFFDB6. Grayscale: #090909. Windows color (decimal): -16776631 or 4784640. OLE color: 4784640.
HSL color Cylindrical-coordinate representation of color #000249: hue angle of 238.36º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000249 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 2 | 73 | - |
| CMYK | 1 | 0.97 | 0 | 0.71 |
| HSL | 238.36º | 1% | 0.14% | - |
| HSV(B) | 238.36º | 1% | 0.29% | - |
| XYZ | 1.22 | 0.52 | 6.34 | - |
| YUV | 9.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 73 | 1 | 0.97 | 0 | 0.71 | 238.36 | 1 | 0.14 |
| Hex | 0 | 2 | 49 | 64 | 61 | 0 | 47 | EE | 64 | E |
| Octal | 0 | 2 | 111 | 144 | 141 | 0 | 107 | 356 | 144 | 16 |
| Binary | 0 | 10 | 1001001 | 1100100 | 1100001 | 0 | 1000111 | 11101110 | 1100100 | 1110 |
Color Harmonies of #000249
Complementary color
Monochromatic Colors of #000249
Black with #000249
Text Example
Text Example
White with #000249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000249; }
p { color: rgb(0,2,73); }
H1.HeaderClassName
{
color: #000249;
}
.AnyTagClassName
{
color: #000249;
}
</style>
background-color css
<style>
a { background-color: #000249; }
a { background-color: rgb(0,2,73); }
div.DivClassName
{
background-color: #000249;
}
.BgClassName
{
background-color: #000249;
}
</style>
border-color css
<style>
span { border-color: #000249; }
span { border-color: rgb(0,2,73); }
td.TdClassName
{
border-color: #000249;
}
.TagClassName
{
border-color: #000249;
}
</style>