Shades of Midnight Blue #10125A
Tints of Midnight Blue #10125A
RGB
CMYK
RGB Variations
Color information
#10125A (or 0x10125A) is known color: Midnight Blue. HEX triplet: 10, 12 and 5A. RGB value is (16,18,90). Sum of RGB (Red+Green+Blue) = 16+18+90=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 90 (35.55% from 255 or 72.58% from 124); Max value from RGB is 90 - color contains mainly: blue. Hex color #10125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10125A is #EFEDA5. Grayscale: #191919. Windows color (decimal): -15723942 or 5902864. OLE color: 5902864.
HSL color Cylindrical-coordinate representation of color #10125A: hue angle of 238.38º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10125A is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 18 | 90 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.65 |
| HSL | 238.38º | 0.7% | 0.21% | - |
| HSV(B) | 238.38º | 0.82% | 0.35% | - |
| XYZ | 2.28 | 1.28 | 9.8 | - |
| YUV | 25.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 90 | 0.82 | 0.80 | 0 | 0.65 | 238.38 | 0.7 | 0.21 |
| Hex | 10 | 12 | 5A | 52 | 50 | 0 | 41 | EE | 46 | 15 |
| Octal | 20 | 22 | 132 | 122 | 120 | 0 | 101 | 356 | 106 | 25 |
| Binary | 10000 | 10010 | 1011010 | 1010010 | 1010000 | 0 | 1000001 | 11101110 | 1000110 | 10101 |
Color Harmonies of #10125A
Complementary color
Monochromatic Colors of #10125A
Black with #10125A
Text Example
Text Example
White with #10125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10125A; }
p { color: rgb(16,18,90); }
H1.HeaderClassName
{
color: #10125A;
}
.AnyTagClassName
{
color: #10125A;
}
</style>
background-color css
<style>
a { background-color: #10125A; }
a { background-color: rgb(16,18,90); }
div.DivClassName
{
background-color: #10125A;
}
.BgClassName
{
background-color: #10125A;
}
</style>
border-color css
<style>
span { border-color: #10125A; }
span { border-color: rgb(16,18,90); }
td.TdClassName
{
border-color: #10125A;
}
.TagClassName
{
border-color: #10125A;
}
</style>