Shades of Midnight Express #1C254A
Tints of Midnight Express #1C254A
RGB
CMYK
RGB Variations
Color information
#1C254A (or 0x1C254A) is known color: Midnight Express. HEX triplet: 1C, 25 and 4A. RGB value is (28,37,74). Sum of RGB (Red+Green+Blue) = 28+37+74=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C254A is #E3DAB5. Grayscale: #262626. Windows color (decimal): -14932662 or 4859164. OLE color: 4859164.
HSL color Cylindrical-coordinate representation of color #1C254A: hue angle of 228.26º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C254A is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 37 | 74 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.71 |
| HSL | 228.26º | 0.45% | 0.2% | - |
| HSV(B) | 228.26º | 0.62% | 0.29% | - |
| XYZ | 2.38 | 2.06 | 6.75 | - |
| YUV | 38.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 74 | 0.62 | 0.50 | 0 | 0.71 | 228.26 | 0.45 | 0.2 |
| Hex | 1C | 25 | 4A | 3E | 32 | 0 | 47 | E4 | 2D | 14 |
| Octal | 34 | 45 | 112 | 76 | 62 | 0 | 107 | 344 | 55 | 24 |
| Binary | 11100 | 100101 | 1001010 | 111110 | 110010 | 0 | 1000111 | 11100100 | 101101 | 10100 |
Color Harmonies of #1C254A
Complementary color
Monochromatic Colors of #1C254A
Black with #1C254A
Text Example
Text Example
White with #1C254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C254A; }
p { color: rgb(28,37,74); }
H1.HeaderClassName
{
color: #1C254A;
}
.AnyTagClassName
{
color: #1C254A;
}
</style>
background-color css
<style>
a { background-color: #1C254A; }
a { background-color: rgb(28,37,74); }
div.DivClassName
{
background-color: #1C254A;
}
.BgClassName
{
background-color: #1C254A;
}
</style>
border-color css
<style>
span { border-color: #1C254A; }
span { border-color: rgb(28,37,74); }
td.TdClassName
{
border-color: #1C254A;
}
.TagClassName
{
border-color: #1C254A;
}
</style>