Shades of Midnight Blue #100452
Tints of Midnight Blue #100452
RGB
CMYK
RGB Variations
Color information
#100452 (or 0x100452) is known color: Midnight Blue. HEX triplet: 10, 04 and 52. RGB value is (16,4,82). Sum of RGB (Red+Green+Blue) = 16+4+82=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #100452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100452 is #EFFBAD. Grayscale: #101010. Windows color (decimal): -15727534 or 5374992. OLE color: 5374992.
HSL color Cylindrical-coordinate representation of color #100452: hue angle of 249.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100452 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 4 | 82 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.68 |
| HSL | 249.23º | 0.91% | 0.17% | - |
| HSV(B) | 249.23º | 0.95% | 0.32% | - |
| XYZ | 1.78 | 0.81 | 8.04 | - |
| YUV | 16.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 82 | 0.80 | 0.95 | 0 | 0.68 | 249.23 | 0.91 | 0.17 |
| Hex | 10 | 4 | 52 | 50 | 5F | 0 | 44 | F9 | 5B | 11 |
| Octal | 20 | 4 | 122 | 120 | 137 | 0 | 104 | 371 | 133 | 21 |
| Binary | 10000 | 100 | 1010010 | 1010000 | 1011111 | 0 | 1000100 | 11111001 | 1011011 | 10001 |
Color Harmonies of #100452
Complementary color
Monochromatic Colors of #100452
Black with #100452
Text Example
Text Example
White with #100452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100452; }
p { color: rgb(16,4,82); }
H1.HeaderClassName
{
color: #100452;
}
.AnyTagClassName
{
color: #100452;
}
</style>
background-color css
<style>
a { background-color: #100452; }
a { background-color: rgb(16,4,82); }
div.DivClassName
{
background-color: #100452;
}
.BgClassName
{
background-color: #100452;
}
</style>
border-color css
<style>
span { border-color: #100452; }
span { border-color: rgb(16,4,82); }
td.TdClassName
{
border-color: #100452;
}
.TagClassName
{
border-color: #100452;
}
</style>