Shades of Midnight Blue #1C036D
Tints of Midnight Blue #1C036D
RGB
CMYK
RGB Variations
Color information
#1C036D (or 0x1C036D) is known color: Midnight Blue. HEX triplet: 1C, 03 and 6D. RGB value is (28,3,109). Sum of RGB (Red+Green+Blue) = 28+3+109=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C036D is #E3FC92. Grayscale: #161616. Windows color (decimal): -14941331 or 7144220. OLE color: 7144220.
HSL color Cylindrical-coordinate representation of color #1C036D: hue angle of 254.15º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C036D is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 3 | 109 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.57 |
| HSL | 254.15º | 0.95% | 0.22% | - |
| HSV(B) | 254.15º | 0.97% | 0.43% | - |
| XYZ | 3.27 | 1.42 | 14.57 | - |
| YUV | 22.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 109 | 0.74 | 0.97 | 0 | 0.57 | 254.15 | 0.95 | 0.22 |
| Hex | 1C | 3 | 6D | 4A | 61 | 0 | 39 | FE | 5F | 16 |
| Octal | 34 | 3 | 155 | 112 | 141 | 0 | 71 | 376 | 137 | 26 |
| Binary | 11100 | 11 | 1101101 | 1001010 | 1100001 | 0 | 111001 | 11111110 | 1011111 | 10110 |
Color Harmonies of #1C036D
Complementary color
Monochromatic Colors of #1C036D
Black with #1C036D
Text Example
Text Example
White with #1C036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C036D; }
p { color: rgb(28,3,109); }
H1.HeaderClassName
{
color: #1C036D;
}
.AnyTagClassName
{
color: #1C036D;
}
</style>
background-color css
<style>
a { background-color: #1C036D; }
a { background-color: rgb(28,3,109); }
div.DivClassName
{
background-color: #1C036D;
}
.BgClassName
{
background-color: #1C036D;
}
</style>
border-color css
<style>
span { border-color: #1C036D; }
span { border-color: rgb(28,3,109); }
td.TdClassName
{
border-color: #1C036D;
}
.TagClassName
{
border-color: #1C036D;
}
</style>