Shades of Midnight Blue #1C036A
Tints of Midnight Blue #1C036A
RGB
CMYK
RGB Variations
Color information
#1C036A (or 0x1C036A) is known color: Midnight Blue. HEX triplet: 1C, 03 and 6A. RGB value is (28,3,106). Sum of RGB (Red+Green+Blue) = 28+3+106=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C036A is #E3FC95. Grayscale: #151515. Windows color (decimal): -14941334 or 6947612. OLE color: 6947612.
HSL color Cylindrical-coordinate representation of color #1C036A: hue angle of 254.56º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C036A is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 3 | 106 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.58 |
| HSL | 254.56º | 0.94% | 0.21% | - |
| HSV(B) | 254.56º | 0.97% | 0.42% | - |
| XYZ | 3.11 | 1.35 | 13.73 | - |
| YUV | 22.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 106 | 0.74 | 0.97 | 0 | 0.58 | 254.56 | 0.94 | 0.21 |
| Hex | 1C | 3 | 6A | 4A | 61 | 0 | 3A | FF | 5E | 15 |
| Octal | 34 | 3 | 152 | 112 | 141 | 0 | 72 | 377 | 136 | 25 |
| Binary | 11100 | 11 | 1101010 | 1001010 | 1100001 | 0 | 111010 | 11111111 | 1011110 | 10101 |
Color Harmonies of #1C036A
Complementary color
Monochromatic Colors of #1C036A
Black with #1C036A
Text Example
Text Example
White with #1C036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C036A; }
p { color: rgb(28,3,106); }
H1.HeaderClassName
{
color: #1C036A;
}
.AnyTagClassName
{
color: #1C036A;
}
</style>
background-color css
<style>
a { background-color: #1C036A; }
a { background-color: rgb(28,3,106); }
div.DivClassName
{
background-color: #1C036A;
}
.BgClassName
{
background-color: #1C036A;
}
</style>
border-color css
<style>
span { border-color: #1C036A; }
span { border-color: rgb(28,3,106); }
td.TdClassName
{
border-color: #1C036A;
}
.TagClassName
{
border-color: #1C036A;
}
</style>