Shades of Midnight Blue #10185A
Tints of Midnight Blue #10185A
RGB
CMYK
RGB Variations
Color information
#10185A (or 0x10185A) is known color: Midnight Blue. HEX triplet: 10, 18 and 5A. RGB value is (16,24,90). Sum of RGB (Red+Green+Blue) = 16+24+90=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #10185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10185A is #EFE7A5. Grayscale: #1C1C1C. Windows color (decimal): -15722406 or 5904400. OLE color: 5904400.
HSL color Cylindrical-coordinate representation of color #10185A: hue angle of 233.51º 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 #10185A is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 24 | 90 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.65 |
| HSL | 233.51º | 0.7% | 0.21% | - |
| HSV(B) | 233.51º | 0.82% | 0.35% | - |
| XYZ | 2.39 | 1.5 | 9.84 | - |
| YUV | 29.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 90 | 0.82 | 0.73 | 0 | 0.65 | 233.51 | 0.7 | 0.21 |
| Hex | 10 | 18 | 5A | 52 | 49 | 0 | 41 | EA | 46 | 15 |
| Octal | 20 | 30 | 132 | 122 | 111 | 0 | 101 | 352 | 106 | 25 |
| Binary | 10000 | 11000 | 1011010 | 1010010 | 1001001 | 0 | 1000001 | 11101010 | 1000110 | 10101 |
Color Harmonies of #10185A
Complementary color
Monochromatic Colors of #10185A
Black with #10185A
Text Example
Text Example
White with #10185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10185A; }
p { color: rgb(16,24,90); }
H1.HeaderClassName
{
color: #10185A;
}
.AnyTagClassName
{
color: #10185A;
}
</style>
background-color css
<style>
a { background-color: #10185A; }
a { background-color: rgb(16,24,90); }
div.DivClassName
{
background-color: #10185A;
}
.BgClassName
{
background-color: #10185A;
}
</style>
border-color css
<style>
span { border-color: #10185A; }
span { border-color: rgb(16,24,90); }
td.TdClassName
{
border-color: #10185A;
}
.TagClassName
{
border-color: #10185A;
}
</style>