Shades of Midnight Blue #1A105B
Tints of Midnight Blue #1A105B
RGB
CMYK
RGB Variations
Color information
#1A105B (or 0x1A105B) is known color: Midnight Blue. HEX triplet: 1A, 10 and 5B. RGB value is (26,16,91). Sum of RGB (Red+Green+Blue) = 26+16+91=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A105B is #E5EFA4. Grayscale: #1B1B1B. Windows color (decimal): -15069093 or 5967898. OLE color: 5967898.
HSL color Cylindrical-coordinate representation of color #1A105B: hue angle of 248º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A105B is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 16 | 91 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.64 |
| HSL | 248º | 0.7% | 0.21% | - |
| HSV(B) | 248º | 0.82% | 0.36% | - |
| XYZ | 2.5 | 1.35 | 10.03 | - |
| YUV | 27.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 91 | 0.71 | 0.82 | 0 | 0.64 | 248 | 0.7 | 0.21 |
| Hex | 1A | 10 | 5B | 47 | 52 | 0 | 40 | F8 | 46 | 15 |
| Octal | 32 | 20 | 133 | 107 | 122 | 0 | 100 | 370 | 106 | 25 |
| Binary | 11010 | 10000 | 1011011 | 1000111 | 1010010 | 0 | 1000000 | 11111000 | 1000110 | 10101 |
Color Harmonies of #1A105B
Complementary color
Monochromatic Colors of #1A105B
Black with #1A105B
Text Example
Text Example
White with #1A105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A105B; }
p { color: rgb(26,16,91); }
H1.HeaderClassName
{
color: #1A105B;
}
.AnyTagClassName
{
color: #1A105B;
}
</style>
background-color css
<style>
a { background-color: #1A105B; }
a { background-color: rgb(26,16,91); }
div.DivClassName
{
background-color: #1A105B;
}
.BgClassName
{
background-color: #1A105B;
}
</style>
border-color css
<style>
span { border-color: #1A105B; }
span { border-color: rgb(26,16,91); }
td.TdClassName
{
border-color: #1A105B;
}
.TagClassName
{
border-color: #1A105B;
}
</style>