Shades of Midnight Blue #1C1065
Tints of Midnight Blue #1C1065
RGB
CMYK
RGB Variations
Color information
#1C1065 (or 0x1C1065) is known color: Midnight Blue. HEX triplet: 1C, 10 and 65. RGB value is (28,16,101). Sum of RGB (Red+Green+Blue) = 28+16+101=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C1065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1065 is #E3EF9A. Grayscale: #1C1C1C. Windows color (decimal): -14938011 or 6623260. OLE color: 6623260.
HSL color Cylindrical-coordinate representation of color #1C1065: hue angle of 248.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1065 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 16 | 101 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.60 |
| HSL | 248.47º | 0.73% | 0.23% | - |
| HSV(B) | 248.47º | 0.84% | 0.4% | - |
| XYZ | 3.01 | 1.56 | 12.45 | - |
| YUV | 29.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 101 | 0.72 | 0.84 | 0 | 0.60 | 248.47 | 0.73 | 0.23 |
| Hex | 1C | 10 | 65 | 48 | 54 | 0 | 3C | F8 | 49 | 17 |
| Octal | 34 | 20 | 145 | 110 | 124 | 0 | 74 | 370 | 111 | 27 |
| Binary | 11100 | 10000 | 1100101 | 1001000 | 1010100 | 0 | 111100 | 11111000 | 1001001 | 10111 |
Color Harmonies of #1C1065
Complementary color
Monochromatic Colors of #1C1065
Black with #1C1065
Text Example
Text Example
White with #1C1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1065; }
p { color: rgb(28,16,101); }
H1.HeaderClassName
{
color: #1C1065;
}
.AnyTagClassName
{
color: #1C1065;
}
</style>
background-color css
<style>
a { background-color: #1C1065; }
a { background-color: rgb(28,16,101); }
div.DivClassName
{
background-color: #1C1065;
}
.BgClassName
{
background-color: #1C1065;
}
</style>
border-color css
<style>
span { border-color: #1C1065; }
span { border-color: rgb(28,16,101); }
td.TdClassName
{
border-color: #1C1065;
}
.TagClassName
{
border-color: #1C1065;
}
</style>