Shades of Midnight Blue #1C298A
Tints of Midnight Blue #1C298A
RGB
CMYK
RGB Variations
Color information
#1C298A (or 0x1C298A) is known color: Midnight Blue. HEX triplet: 1C, 29 and 8A. RGB value is (28,41,138). Sum of RGB (Red+Green+Blue) = 28+41+138=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C298A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C298A is #E3D675. Grayscale: #2F2F2F. Windows color (decimal): -14931574 or 9054492. OLE color: 9054492.
HSL color Cylindrical-coordinate representation of color #1C298A: hue angle of 232.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C298A is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 41 | 138 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.46 |
| HSL | 232.91º | 0.66% | 0.33% | - |
| HSV(B) | 232.91º | 0.8% | 0.54% | - |
| XYZ | 5.86 | 3.67 | 24.44 | - |
| YUV | 48.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 138 | 0.80 | 0.70 | 0 | 0.46 | 232.91 | 0.66 | 0.33 |
| Hex | 1C | 29 | 8A | 50 | 46 | 0 | 2E | E9 | 42 | 21 |
| Octal | 34 | 51 | 212 | 120 | 106 | 0 | 56 | 351 | 102 | 41 |
| Binary | 11100 | 101001 | 10001010 | 1010000 | 1000110 | 0 | 101110 | 11101001 | 1000010 | 100001 |
Color Harmonies of #1C298A
Complementary color
Monochromatic Colors of #1C298A
Black with #1C298A
Text Example
Text Example
White with #1C298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C298A; }
p { color: rgb(28,41,138); }
H1.HeaderClassName
{
color: #1C298A;
}
.AnyTagClassName
{
color: #1C298A;
}
</style>
background-color css
<style>
a { background-color: #1C298A; }
a { background-color: rgb(28,41,138); }
div.DivClassName
{
background-color: #1C298A;
}
.BgClassName
{
background-color: #1C298A;
}
</style>
border-color css
<style>
span { border-color: #1C298A; }
span { border-color: rgb(28,41,138); }
td.TdClassName
{
border-color: #1C298A;
}
.TagClassName
{
border-color: #1C298A;
}
</style>