Shades of Midnight Express #061245
Tints of Midnight Express #061245
RGB
CMYK
RGB Variations
Color information
#061245 (or 0x061245) is known color: Midnight Express. HEX triplet: 06, 12 and 45. RGB value is (6,18,69). Sum of RGB (Red+Green+Blue) = 6+18+69=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 69 (27.34% from 255 or 74.19% from 93); Max value from RGB is 69 - color contains mainly: blue. Hex color #061245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061245 is #F9EDBA. Grayscale: #141414. Windows color (decimal): -16379323 or 4526598. OLE color: 4526598.
HSL color Cylindrical-coordinate representation of color #061245: hue angle of 228.57º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061245 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 18 | 69 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.73 |
| HSL | 228.57º | 0.84% | 0.15% | - |
| HSV(B) | 228.57º | 0.91% | 0.27% | - |
| XYZ | 1.37 | 0.9 | 5.73 | - |
| YUV | 20.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 69 | 0.91 | 0.74 | 0 | 0.73 | 228.57 | 0.84 | 0.15 |
| Hex | 6 | 12 | 45 | 5B | 4A | 0 | 49 | E5 | 54 | F |
| Octal | 6 | 22 | 105 | 133 | 112 | 0 | 111 | 345 | 124 | 17 |
| Binary | 110 | 10010 | 1000101 | 1011011 | 1001010 | 0 | 1001001 | 11100101 | 1010100 | 1111 |
Color Harmonies of #061245
Complementary color
Monochromatic Colors of #061245
Black with #061245
Text Example
Text Example
White with #061245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061245; }
p { color: rgb(6,18,69); }
H1.HeaderClassName
{
color: #061245;
}
.AnyTagClassName
{
color: #061245;
}
</style>
background-color css
<style>
a { background-color: #061245; }
a { background-color: rgb(6,18,69); }
div.DivClassName
{
background-color: #061245;
}
.BgClassName
{
background-color: #061245;
}
</style>
border-color css
<style>
span { border-color: #061245; }
span { border-color: rgb(6,18,69); }
td.TdClassName
{
border-color: #061245;
}
.TagClassName
{
border-color: #061245;
}
</style>