Shades of Midnight Blue #10125C
Tints of Midnight Blue #10125C
RGB
CMYK
RGB Variations
Color information
#10125C (or 0x10125C) is known color: Midnight Blue. HEX triplet: 10, 12 and 5C. RGB value is (16,18,92). Sum of RGB (Red+Green+Blue) = 16+18+92=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #10125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125C is #EFEDA3. Grayscale: #191919. Windows color (decimal): -15723940 or 6033936. OLE color: 6033936.
HSL color Cylindrical-coordinate representation of color #10125C: hue angle of 238.42º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10125C is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 18 | 92 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.64 |
| HSL | 238.42º | 0.7% | 0.21% | - |
| HSV(B) | 238.42º | 0.83% | 0.36% | - |
| XYZ | 2.36 | 1.32 | 10.25 | - |
| YUV | 25.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 92 | 0.83 | 0.80 | 0 | 0.64 | 238.42 | 0.7 | 0.21 |
| Hex | 10 | 12 | 5C | 53 | 50 | 0 | 40 | EE | 46 | 15 |
| Octal | 20 | 22 | 134 | 123 | 120 | 0 | 100 | 356 | 106 | 25 |
| Binary | 10000 | 10010 | 1011100 | 1010011 | 1010000 | 0 | 1000000 | 11101110 | 1000110 | 10101 |
Color Harmonies of #10125C
Complementary color
Monochromatic Colors of #10125C
Black with #10125C
Text Example
Text Example
White with #10125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10125C; }
p { color: rgb(16,18,92); }
H1.HeaderClassName
{
color: #10125C;
}
.AnyTagClassName
{
color: #10125C;
}
</style>
background-color css
<style>
a { background-color: #10125C; }
a { background-color: rgb(16,18,92); }
div.DivClassName
{
background-color: #10125C;
}
.BgClassName
{
background-color: #10125C;
}
</style>
border-color css
<style>
span { border-color: #10125C; }
span { border-color: rgb(16,18,92); }
td.TdClassName
{
border-color: #10125C;
}
.TagClassName
{
border-color: #10125C;
}
</style>