Shades of Midnight Blue #1C237F
Tints of Midnight Blue #1C237F
RGB
CMYK
RGB Variations
Color information
#1C237F (or 0x1C237F) is known color: Midnight Blue. HEX triplet: 1C, 23 and 7F. RGB value is (28,35,127). Sum of RGB (Red+Green+Blue) = 28+35+127=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C237F is #E3DC80. Grayscale: #2B2B2B. Windows color (decimal): -14933121 or 8332060. OLE color: 8332060.
HSL color Cylindrical-coordinate representation of color #1C237F: hue angle of 235.76º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C237F is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 35 | 127 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.50 |
| HSL | 235.76º | 0.64% | 0.3% | - |
| HSV(B) | 235.76º | 0.78% | 0.5% | - |
| XYZ | 4.91 | 2.98 | 20.4 | - |
| YUV | 43.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 127 | 0.78 | 0.72 | 0 | 0.50 | 235.76 | 0.64 | 0.3 |
| Hex | 1C | 23 | 7F | 4E | 48 | 0 | 32 | EC | 40 | 1E |
| Octal | 34 | 43 | 177 | 116 | 110 | 0 | 62 | 354 | 100 | 36 |
| Binary | 11100 | 100011 | 1111111 | 1001110 | 1001000 | 0 | 110010 | 11101100 | 1000000 | 11110 |
Color Harmonies of #1C237F
Complementary color
Monochromatic Colors of #1C237F
Black with #1C237F
Text Example
Text Example
White with #1C237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C237F; }
p { color: rgb(28,35,127); }
H1.HeaderClassName
{
color: #1C237F;
}
.AnyTagClassName
{
color: #1C237F;
}
</style>
background-color css
<style>
a { background-color: #1C237F; }
a { background-color: rgb(28,35,127); }
div.DivClassName
{
background-color: #1C237F;
}
.BgClassName
{
background-color: #1C237F;
}
</style>
border-color css
<style>
span { border-color: #1C237F; }
span { border-color: rgb(28,35,127); }
td.TdClassName
{
border-color: #1C237F;
}
.TagClassName
{
border-color: #1C237F;
}
</style>