Shades of Midnight Blue #10135A
Tints of Midnight Blue #10135A
RGB
CMYK
RGB Variations
Color information
#10135A (or 0x10135A) is known color: Midnight Blue. HEX triplet: 10, 13 and 5A. RGB value is (16,19,90). Sum of RGB (Red+Green+Blue) = 16+19+90=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #10135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10135A is #EFECA5. Grayscale: #191919. Windows color (decimal): -15723686 or 5903120. OLE color: 5903120.
HSL color Cylindrical-coordinate representation of color #10135A: hue angle of 237.57º 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 #10135A is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 19 | 90 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.65 |
| HSL | 237.57º | 0.7% | 0.21% | - |
| HSV(B) | 237.57º | 0.82% | 0.35% | - |
| XYZ | 2.29 | 1.31 | 9.81 | - |
| YUV | 26.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 90 | 0.82 | 0.79 | 0 | 0.65 | 237.57 | 0.7 | 0.21 |
| Hex | 10 | 13 | 5A | 52 | 4F | 0 | 41 | EE | 46 | 15 |
| Octal | 20 | 23 | 132 | 122 | 117 | 0 | 101 | 356 | 106 | 25 |
| Binary | 10000 | 10011 | 1011010 | 1010010 | 1001111 | 0 | 1000001 | 11101110 | 1000110 | 10101 |
Color Harmonies of #10135A
Complementary color
Monochromatic Colors of #10135A
Black with #10135A
Text Example
Text Example
White with #10135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10135A; }
p { color: rgb(16,19,90); }
H1.HeaderClassName
{
color: #10135A;
}
.AnyTagClassName
{
color: #10135A;
}
</style>
background-color css
<style>
a { background-color: #10135A; }
a { background-color: rgb(16,19,90); }
div.DivClassName
{
background-color: #10135A;
}
.BgClassName
{
background-color: #10135A;
}
</style>
border-color css
<style>
span { border-color: #10135A; }
span { border-color: rgb(16,19,90); }
td.TdClassName
{
border-color: #10135A;
}
.TagClassName
{
border-color: #10135A;
}
</style>