Shades of Midnight Express #000245
Tints of Midnight Express #000245
RGB
CMYK
RGB Variations
Color information
#000245 (or 0x000245) is known color: Midnight Express. HEX triplet: 00, 02 and 45. RGB value is (0,2,69). Sum of RGB (Red+Green+Blue) = 0+2+69=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 69 (27.34% from 255 or 97.18% from 71); Max value from RGB is 69 - color contains mainly: blue. Hex color #000245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000245 is #FFFDBA. Grayscale: #080808. Windows color (decimal): -16776635 or 4522496. OLE color: 4522496.
HSL color Cylindrical-coordinate representation of color #000245: hue angle of 238.26º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000245 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 2 | 69 | - |
| CMYK | 1 | 0.97 | 0 | 0.73 |
| HSL | 238.26º | 1% | 0.14% | - |
| HSV(B) | 238.26º | 1% | 0.27% | - |
| XYZ | 1.1 | 0.47 | 5.66 | - |
| YUV | 9.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 69 | 1 | 0.97 | 0 | 0.73 | 238.26 | 1 | 0.14 |
| Hex | 0 | 2 | 45 | 64 | 61 | 0 | 49 | EE | 64 | E |
| Octal | 0 | 2 | 105 | 144 | 141 | 0 | 111 | 356 | 144 | 16 |
| Binary | 0 | 10 | 1000101 | 1100100 | 1100001 | 0 | 1001001 | 11101110 | 1100100 | 1110 |
Color Harmonies of #000245
Complementary color
Monochromatic Colors of #000245
Black with #000245
Text Example
Text Example
White with #000245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000245; }
p { color: rgb(0,2,69); }
H1.HeaderClassName
{
color: #000245;
}
.AnyTagClassName
{
color: #000245;
}
</style>
background-color css
<style>
a { background-color: #000245; }
a { background-color: rgb(0,2,69); }
div.DivClassName
{
background-color: #000245;
}
.BgClassName
{
background-color: #000245;
}
</style>
border-color css
<style>
span { border-color: #000245; }
span { border-color: rgb(0,2,69); }
td.TdClassName
{
border-color: #000245;
}
.TagClassName
{
border-color: #000245;
}
</style>