Shades of Midnight Blue #1C207A
Tints of Midnight Blue #1C207A
RGB
CMYK
RGB Variations
Color information
#1C207A (or 0x1C207A) is known color: Midnight Blue. HEX triplet: 1C, 20 and 7A. RGB value is (28,32,122). Sum of RGB (Red+Green+Blue) = 28+32+122=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C207A is #E3DF85. Grayscale: #282828. Windows color (decimal): -14933894 or 8003612. OLE color: 8003612.
HSL color Cylindrical-coordinate representation of color #1C207A: hue angle of 237.45º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C207A is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 32 | 122 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.52 |
| HSL | 237.45º | 0.63% | 0.29% | - |
| HSV(B) | 237.45º | 0.77% | 0.48% | - |
| XYZ | 4.51 | 2.69 | 18.69 | - |
| YUV | 41.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 122 | 0.77 | 0.74 | 0 | 0.52 | 237.45 | 0.63 | 0.29 |
| Hex | 1C | 20 | 7A | 4D | 4A | 0 | 34 | ED | 3F | 1D |
| Octal | 34 | 40 | 172 | 115 | 112 | 0 | 64 | 355 | 77 | 35 |
| Binary | 11100 | 100000 | 1111010 | 1001101 | 1001010 | 0 | 110100 | 11101101 | 111111 | 11101 |
Color Harmonies of #1C207A
Complementary color
Monochromatic Colors of #1C207A
Black with #1C207A
Text Example
Text Example
White with #1C207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C207A; }
p { color: rgb(28,32,122); }
H1.HeaderClassName
{
color: #1C207A;
}
.AnyTagClassName
{
color: #1C207A;
}
</style>
background-color css
<style>
a { background-color: #1C207A; }
a { background-color: rgb(28,32,122); }
div.DivClassName
{
background-color: #1C207A;
}
.BgClassName
{
background-color: #1C207A;
}
</style>
border-color css
<style>
span { border-color: #1C207A; }
span { border-color: rgb(28,32,122); }
td.TdClassName
{
border-color: #1C207A;
}
.TagClassName
{
border-color: #1C207A;
}
</style>