Shades of Midnight Blue #1C2167
Tints of Midnight Blue #1C2167
RGB
CMYK
RGB Variations
Color information
#1C2167 (or 0x1C2167) is known color: Midnight Blue. HEX triplet: 1C, 21 and 67. RGB value is (28,33,103). Sum of RGB (Red+Green+Blue) = 28+33+103=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #1C2167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2167 is #E3DE98. Grayscale: #272727. Windows color (decimal): -14933657 or 6758684. OLE color: 6758684.
HSL color Cylindrical-coordinate representation of color #1C2167: hue angle of 236º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C2167 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 33 | 103 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.60 |
| HSL | 236º | 0.57% | 0.26% | - |
| HSV(B) | 236º | 0.73% | 0.4% | - |
| XYZ | 3.47 | 2.31 | 13.1 | - |
| YUV | 39.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 103 | 0.73 | 0.68 | 0 | 0.60 | 236 | 0.57 | 0.26 |
| Hex | 1C | 21 | 67 | 49 | 44 | 0 | 3C | EC | 39 | 1A |
| Octal | 34 | 41 | 147 | 111 | 104 | 0 | 74 | 354 | 71 | 32 |
| Binary | 11100 | 100001 | 1100111 | 1001001 | 1000100 | 0 | 111100 | 11101100 | 111001 | 11010 |
Color Harmonies of #1C2167
Complementary color
Monochromatic Colors of #1C2167
Black with #1C2167
Text Example
Text Example
White with #1C2167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2167; }
p { color: rgb(28,33,103); }
H1.HeaderClassName
{
color: #1C2167;
}
.AnyTagClassName
{
color: #1C2167;
}
</style>
background-color css
<style>
a { background-color: #1C2167; }
a { background-color: rgb(28,33,103); }
div.DivClassName
{
background-color: #1C2167;
}
.BgClassName
{
background-color: #1C2167;
}
</style>
border-color css
<style>
span { border-color: #1C2167; }
span { border-color: rgb(28,33,103); }
td.TdClassName
{
border-color: #1C2167;
}
.TagClassName
{
border-color: #1C2167;
}
</style>