Shades of Midnight Blue #1C286C
Tints of Midnight Blue #1C286C
RGB
CMYK
RGB Variations
Color information
#1C286C (or 0x1C286C) is known color: Midnight Blue. HEX triplet: 1C, 28 and 6C. RGB value is (28,40,108). Sum of RGB (Red+Green+Blue) = 28+40+108=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C286C is #E3D793. Grayscale: #2B2B2B. Windows color (decimal): -14931860 or 7088156. OLE color: 7088156.
HSL color Cylindrical-coordinate representation of color #1C286C: hue angle of 231º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C286C is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 40 | 108 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.58 |
| HSL | 231º | 0.59% | 0.27% | - |
| HSV(B) | 231º | 0.74% | 0.42% | - |
| XYZ | 3.94 | 2.85 | 14.53 | - |
| YUV | 44.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 108 | 0.74 | 0.63 | 0 | 0.58 | 231 | 0.59 | 0.27 |
| Hex | 1C | 28 | 6C | 4A | 3F | 0 | 3A | E7 | 3B | 1B |
| Octal | 34 | 50 | 154 | 112 | 77 | 0 | 72 | 347 | 73 | 33 |
| Binary | 11100 | 101000 | 1101100 | 1001010 | 111111 | 0 | 111010 | 11100111 | 111011 | 11011 |
Color Harmonies of #1C286C
Complementary color
Monochromatic Colors of #1C286C
Black with #1C286C
Text Example
Text Example
White with #1C286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C286C; }
p { color: rgb(28,40,108); }
H1.HeaderClassName
{
color: #1C286C;
}
.AnyTagClassName
{
color: #1C286C;
}
</style>
background-color css
<style>
a { background-color: #1C286C; }
a { background-color: rgb(28,40,108); }
div.DivClassName
{
background-color: #1C286C;
}
.BgClassName
{
background-color: #1C286C;
}
</style>
border-color css
<style>
span { border-color: #1C286C; }
span { border-color: rgb(28,40,108); }
td.TdClassName
{
border-color: #1C286C;
}
.TagClassName
{
border-color: #1C286C;
}
</style>