Shades of Midnight Blue #1C2B85
Tints of Midnight Blue #1C2B85
RGB
CMYK
RGB Variations
Color information
#1C2B85 (or 0x1C2B85) is known color: Midnight Blue. HEX triplet: 1C, 2B and 85. RGB value is (28,43,133). Sum of RGB (Red+Green+Blue) = 28+43+133=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C2B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2B85 is #E3D47A. Grayscale: #303030. Windows color (decimal): -14931067 or 8727324. OLE color: 8727324.
HSL color Cylindrical-coordinate representation of color #1C2B85: hue angle of 231.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C2B85 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 43 | 133 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.48 |
| HSL | 231.43º | 0.65% | 0.32% | - |
| HSV(B) | 231.43º | 0.79% | 0.52% | - |
| XYZ | 5.58 | 3.67 | 22.6 | - |
| YUV | 48.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 133 | 0.79 | 0.68 | 0 | 0.48 | 231.43 | 0.65 | 0.32 |
| Hex | 1C | 2B | 85 | 4F | 44 | 0 | 30 | E7 | 41 | 20 |
| Octal | 34 | 53 | 205 | 117 | 104 | 0 | 60 | 347 | 101 | 40 |
| Binary | 11100 | 101011 | 10000101 | 1001111 | 1000100 | 0 | 110000 | 11100111 | 1000001 | 100000 |
Color Harmonies of #1C2B85
Complementary color
Monochromatic Colors of #1C2B85
Black with #1C2B85
Text Example
Text Example
White with #1C2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B85; }
p { color: rgb(28,43,133); }
H1.HeaderClassName
{
color: #1C2B85;
}
.AnyTagClassName
{
color: #1C2B85;
}
</style>
background-color css
<style>
a { background-color: #1C2B85; }
a { background-color: rgb(28,43,133); }
div.DivClassName
{
background-color: #1C2B85;
}
.BgClassName
{
background-color: #1C2B85;
}
</style>
border-color css
<style>
span { border-color: #1C2B85; }
span { border-color: rgb(28,43,133); }
td.TdClassName
{
border-color: #1C2B85;
}
.TagClassName
{
border-color: #1C2B85;
}
</style>