Shades of Midnight Blue #100253
Tints of Midnight Blue #100253
RGB
CMYK
RGB Variations
Color information
#100253 (or 0x100253) is known color: Midnight Blue. HEX triplet: 10, 02 and 53. RGB value is (16,2,83). Sum of RGB (Red+Green+Blue) = 16+2+83=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #100253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100253 is #EFFDAC. Grayscale: #0F0F0F. Windows color (decimal): -15728045 or 5440016. OLE color: 5440016.
HSL color Cylindrical-coordinate representation of color #100253: hue angle of 250.37º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100253 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 2 | 83 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.67 |
| HSL | 250.37º | 0.95% | 0.17% | - |
| HSV(B) | 250.37º | 0.98% | 0.33% | - |
| XYZ | 1.8 | 0.78 | 8.24 | - |
| YUV | 15.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 83 | 0.81 | 0.98 | 0 | 0.67 | 250.37 | 0.95 | 0.17 |
| Hex | 10 | 2 | 53 | 51 | 62 | 0 | 43 | FA | 5F | 11 |
| Octal | 20 | 2 | 123 | 121 | 142 | 0 | 103 | 372 | 137 | 21 |
| Binary | 10000 | 10 | 1010011 | 1010001 | 1100010 | 0 | 1000011 | 11111010 | 1011111 | 10001 |
Color Harmonies of #100253
Complementary color
Monochromatic Colors of #100253
Black with #100253
Text Example
Text Example
White with #100253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100253; }
p { color: rgb(16,2,83); }
H1.HeaderClassName
{
color: #100253;
}
.AnyTagClassName
{
color: #100253;
}
</style>
background-color css
<style>
a { background-color: #100253; }
a { background-color: rgb(16,2,83); }
div.DivClassName
{
background-color: #100253;
}
.BgClassName
{
background-color: #100253;
}
</style>
border-color css
<style>
span { border-color: #100253; }
span { border-color: rgb(16,2,83); }
td.TdClassName
{
border-color: #100253;
}
.TagClassName
{
border-color: #100253;
}
</style>