Shades of Midnight Blue #1C066D
Tints of Midnight Blue #1C066D
RGB
CMYK
RGB Variations
Color information
#1C066D (or 0x1C066D) is known color: Midnight Blue. HEX triplet: 1C, 06 and 6D. RGB value is (28,6,109). Sum of RGB (Red+Green+Blue) = 28+6+109=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C066D is #E3F992. Grayscale: #171717. Windows color (decimal): -14940563 or 7144988. OLE color: 7144988.
HSL color Cylindrical-coordinate representation of color #1C066D: hue angle of 252.82º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C066D is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 6 | 109 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.57 |
| HSL | 252.82º | 0.9% | 0.23% | - |
| HSV(B) | 252.82º | 0.94% | 0.43% | - |
| XYZ | 3.3 | 1.48 | 14.58 | - |
| YUV | 24.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 109 | 0.74 | 0.94 | 0 | 0.57 | 252.82 | 0.9 | 0.23 |
| Hex | 1C | 6 | 6D | 4A | 5E | 0 | 39 | FD | 5A | 17 |
| Octal | 34 | 6 | 155 | 112 | 136 | 0 | 71 | 375 | 132 | 27 |
| Binary | 11100 | 110 | 1101101 | 1001010 | 1011110 | 0 | 111001 | 11111101 | 1011010 | 10111 |
Color Harmonies of #1C066D
Complementary color
Monochromatic Colors of #1C066D
Black with #1C066D
Text Example
Text Example
White with #1C066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C066D; }
p { color: rgb(28,6,109); }
H1.HeaderClassName
{
color: #1C066D;
}
.AnyTagClassName
{
color: #1C066D;
}
</style>
background-color css
<style>
a { background-color: #1C066D; }
a { background-color: rgb(28,6,109); }
div.DivClassName
{
background-color: #1C066D;
}
.BgClassName
{
background-color: #1C066D;
}
</style>
border-color css
<style>
span { border-color: #1C066D; }
span { border-color: rgb(28,6,109); }
td.TdClassName
{
border-color: #1C066D;
}
.TagClassName
{
border-color: #1C066D;
}
</style>