Shades of Midnight Express #061A3C
Tints of Midnight Express #061A3C
RGB
CMYK
RGB Variations
Color information
#061A3C (or 0x061A3C) is known color: Midnight Express. HEX triplet: 06, 1A and 3C. RGB value is (6,26,60). Sum of RGB (Red+Green+Blue) = 6+26+60=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #061A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A3C is #F9E5C3. Grayscale: #171717. Windows color (decimal): -16377284 or 3938822. OLE color: 3938822.
HSL color Cylindrical-coordinate representation of color #061A3C: hue angle of 217.78º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061A3C is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 26 | 60 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.76 |
| HSL | 217.78º | 0.82% | 0.13% | - |
| HSV(B) | 217.78º | 0.9% | 0.24% | - |
| XYZ | 1.26 | 1.1 | 4.42 | - |
| YUV | 23.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 60 | 0.90 | 0.57 | 0 | 0.76 | 217.78 | 0.82 | 0.13 |
| Hex | 6 | 1A | 3C | 5A | 39 | 0 | 4C | DA | 52 | D |
| Octal | 6 | 32 | 74 | 132 | 71 | 0 | 114 | 332 | 122 | 15 |
| Binary | 110 | 11010 | 111100 | 1011010 | 111001 | 0 | 1001100 | 11011010 | 1010010 | 1101 |
Color Harmonies of #061A3C
Complementary color
Monochromatic Colors of #061A3C
Black with #061A3C
Text Example
Text Example
White with #061A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A3C; }
p { color: rgb(6,26,60); }
H1.HeaderClassName
{
color: #061A3C;
}
.AnyTagClassName
{
color: #061A3C;
}
</style>
background-color css
<style>
a { background-color: #061A3C; }
a { background-color: rgb(6,26,60); }
div.DivClassName
{
background-color: #061A3C;
}
.BgClassName
{
background-color: #061A3C;
}
</style>
border-color css
<style>
span { border-color: #061A3C; }
span { border-color: rgb(6,26,60); }
td.TdClassName
{
border-color: #061A3C;
}
.TagClassName
{
border-color: #061A3C;
}
</style>