Shades of Midnight Blue #100553
Tints of Midnight Blue #100553
RGB
CMYK
RGB Variations
Color information
#100553 (or 0x100553) is known color: Midnight Blue. HEX triplet: 10, 05 and 53. RGB value is (16,5,83). Sum of RGB (Red+Green+Blue) = 16+5+83=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #100553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100553 is #EFFAAC. Grayscale: #101010. Windows color (decimal): -15727277 or 5440784. OLE color: 5440784.
HSL color Cylindrical-coordinate representation of color #100553: hue angle of 248.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100553 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 5 | 83 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.67 |
| HSL | 248.46º | 0.89% | 0.17% | - |
| HSV(B) | 248.46º | 0.94% | 0.33% | - |
| XYZ | 1.83 | 0.84 | 8.25 | - |
| YUV | 17.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 83 | 0.81 | 0.94 | 0 | 0.67 | 248.46 | 0.89 | 0.17 |
| Hex | 10 | 5 | 53 | 51 | 5E | 0 | 43 | F8 | 59 | 11 |
| Octal | 20 | 5 | 123 | 121 | 136 | 0 | 103 | 370 | 131 | 21 |
| Binary | 10000 | 101 | 1010011 | 1010001 | 1011110 | 0 | 1000011 | 11111000 | 1011001 | 10001 |
Color Harmonies of #100553
Complementary color
Monochromatic Colors of #100553
Black with #100553
Text Example
Text Example
White with #100553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100553; }
p { color: rgb(16,5,83); }
H1.HeaderClassName
{
color: #100553;
}
.AnyTagClassName
{
color: #100553;
}
</style>
background-color css
<style>
a { background-color: #100553; }
a { background-color: rgb(16,5,83); }
div.DivClassName
{
background-color: #100553;
}
.BgClassName
{
background-color: #100553;
}
</style>
border-color css
<style>
span { border-color: #100553; }
span { border-color: rgb(16,5,83); }
td.TdClassName
{
border-color: #100553;
}
.TagClassName
{
border-color: #100553;
}
</style>