Shades of Midnight Blue #1C0664
Tints of Midnight Blue #1C0664
RGB
CMYK
RGB Variations
Color information
#1C0664 (or 0x1C0664) is known color: Midnight Blue. HEX triplet: 1C, 06 and 64. RGB value is (28,6,100). Sum of RGB (Red+Green+Blue) = 28+6+100=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 100 (39.45% from 255 or 74.63% from 134); Max value from RGB is 100 - color contains mainly: blue. Hex color #1C0664 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0664 is #E3F99B. Grayscale: #161616. Windows color (decimal): -14940572 or 6555164. OLE color: 6555164.
HSL color Cylindrical-coordinate representation of color #1C0664: hue angle of 254.04º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0664 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 28 | 6 | 100 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.61 |
| HSL | 254.04º | 0.89% | 0.21% | - |
| HSV(B) | 254.04º | 0.94% | 0.39% | - |
| XYZ | 2.84 | 1.3 | 12.16 | - |
| YUV | 23.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 100 | 0.72 | 0.94 | 0 | 0.61 | 254.04 | 0.89 | 0.21 |
| Hex | 1C | 6 | 64 | 48 | 5E | 0 | 3D | FE | 59 | 15 |
| Octal | 34 | 6 | 144 | 110 | 136 | 0 | 75 | 376 | 131 | 25 |
| Binary | 11100 | 110 | 1100100 | 1001000 | 1011110 | 0 | 111101 | 11111110 | 1011001 | 10101 |
Color Harmonies of #1C0664
Complementary color
Monochromatic Colors of #1C0664
Black with #1C0664
Text Example
Text Example
White with #1C0664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0664; }
p { color: rgb(28,6,100); }
H1.HeaderClassName
{
color: #1C0664;
}
.AnyTagClassName
{
color: #1C0664;
}
</style>
background-color css
<style>
a { background-color: #1C0664; }
a { background-color: rgb(28,6,100); }
div.DivClassName
{
background-color: #1C0664;
}
.BgClassName
{
background-color: #1C0664;
}
</style>
border-color css
<style>
span { border-color: #1C0664; }
span { border-color: rgb(28,6,100); }
td.TdClassName
{
border-color: #1C0664;
}
.TagClassName
{
border-color: #1C0664;
}
</style>