Shades of Midnight Blue #1C2975
Tints of Midnight Blue #1C2975
RGB
CMYK
RGB Variations
Color information
#1C2975 (or 0x1C2975) is known color: Midnight Blue. HEX triplet: 1C, 29 and 75. RGB value is (28,41,117). Sum of RGB (Red+Green+Blue) = 28+41+117=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C2975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2975 is #E3D68A. Grayscale: #2D2D2D. Windows color (decimal): -14931595 or 7678236. OLE color: 7678236.
HSL color Cylindrical-coordinate representation of color #1C2975: hue angle of 231.24º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C2975 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 41 | 117 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.54 |
| HSL | 231.24º | 0.61% | 0.28% | - |
| HSV(B) | 231.24º | 0.76% | 0.46% | - |
| XYZ | 4.48 | 3.12 | 17.2 | - |
| YUV | 45.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 117 | 0.76 | 0.65 | 0 | 0.54 | 231.24 | 0.61 | 0.28 |
| Hex | 1C | 29 | 75 | 4C | 41 | 0 | 36 | E7 | 3D | 1C |
| Octal | 34 | 51 | 165 | 114 | 101 | 0 | 66 | 347 | 75 | 34 |
| Binary | 11100 | 101001 | 1110101 | 1001100 | 1000001 | 0 | 110110 | 11100111 | 111101 | 11100 |
Color Harmonies of #1C2975
Complementary color
Monochromatic Colors of #1C2975
Black with #1C2975
Text Example
Text Example
White with #1C2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2975; }
p { color: rgb(28,41,117); }
H1.HeaderClassName
{
color: #1C2975;
}
.AnyTagClassName
{
color: #1C2975;
}
</style>
background-color css
<style>
a { background-color: #1C2975; }
a { background-color: rgb(28,41,117); }
div.DivClassName
{
background-color: #1C2975;
}
.BgClassName
{
background-color: #1C2975;
}
</style>
border-color css
<style>
span { border-color: #1C2975; }
span { border-color: rgb(28,41,117); }
td.TdClassName
{
border-color: #1C2975;
}
.TagClassName
{
border-color: #1C2975;
}
</style>