Shades of Midnight Blue #1C0261
Tints of Midnight Blue #1C0261
RGB
CMYK
RGB Variations
Color information
#1C0261 (or 0x1C0261) is known color: Midnight Blue. HEX triplet: 1C, 02 and 61. RGB value is (28,2,97). Sum of RGB (Red+Green+Blue) = 28+2+97=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0261 is #E3FD9E. Grayscale: #141414. Windows color (decimal): -14941599 or 6357532. OLE color: 6357532.
HSL color Cylindrical-coordinate representation of color #1C0261: hue angle of 256.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0261 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 2 | 97 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.62 |
| HSL | 256.42º | 0.96% | 0.19% | - |
| HSV(B) | 256.42º | 0.98% | 0.38% | - |
| XYZ | 2.66 | 1.15 | 11.39 | - |
| YUV | 20.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 97 | 0.71 | 0.98 | 0 | 0.62 | 256.42 | 0.96 | 0.19 |
| Hex | 1C | 2 | 61 | 47 | 62 | 0 | 3E | 100 | 60 | 13 |
| Octal | 34 | 2 | 141 | 107 | 142 | 0 | 76 | 400 | 140 | 23 |
| Binary | 11100 | 10 | 1100001 | 1000111 | 1100010 | 0 | 111110 | 100000000 | 1100000 | 10011 |
Color Harmonies of #1C0261
Complementary color
Monochromatic Colors of #1C0261
Black with #1C0261
Text Example
Text Example
White with #1C0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0261; }
p { color: rgb(28,2,97); }
H1.HeaderClassName
{
color: #1C0261;
}
.AnyTagClassName
{
color: #1C0261;
}
</style>
background-color css
<style>
a { background-color: #1C0261; }
a { background-color: rgb(28,2,97); }
div.DivClassName
{
background-color: #1C0261;
}
.BgClassName
{
background-color: #1C0261;
}
</style>
border-color css
<style>
span { border-color: #1C0261; }
span { border-color: rgb(28,2,97); }
td.TdClassName
{
border-color: #1C0261;
}
.TagClassName
{
border-color: #1C0261;
}
</style>