Shades of Midnight Blue #1A185B
Tints of Midnight Blue #1A185B
RGB
CMYK
RGB Variations
Color information
#1A185B (or 0x1A185B) is known color: Midnight Blue. HEX triplet: 1A, 18 and 5B. RGB value is (26,24,91). Sum of RGB (Red+Green+Blue) = 26+24+91=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A185B is #E5E7A4. Grayscale: #1F1F1F. Windows color (decimal): -15067045 or 5969946. OLE color: 5969946.
HSL color Cylindrical-coordinate representation of color #1A185B: hue angle of 241.79º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A185B is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 24 | 91 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.64 |
| HSL | 241.79º | 0.58% | 0.23% | - |
| HSV(B) | 241.79º | 0.74% | 0.36% | - |
| XYZ | 2.64 | 1.63 | 10.07 | - |
| YUV | 32.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 91 | 0.71 | 0.74 | 0 | 0.64 | 241.79 | 0.58 | 0.23 |
| Hex | 1A | 18 | 5B | 47 | 4A | 0 | 40 | F2 | 3A | 17 |
| Octal | 32 | 30 | 133 | 107 | 112 | 0 | 100 | 362 | 72 | 27 |
| Binary | 11010 | 11000 | 1011011 | 1000111 | 1001010 | 0 | 1000000 | 11110010 | 111010 | 10111 |
Color Harmonies of #1A185B
Complementary color
Monochromatic Colors of #1A185B
Black with #1A185B
Text Example
Text Example
White with #1A185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A185B; }
p { color: rgb(26,24,91); }
H1.HeaderClassName
{
color: #1A185B;
}
.AnyTagClassName
{
color: #1A185B;
}
</style>
background-color css
<style>
a { background-color: #1A185B; }
a { background-color: rgb(26,24,91); }
div.DivClassName
{
background-color: #1A185B;
}
.BgClassName
{
background-color: #1A185B;
}
</style>
border-color css
<style>
span { border-color: #1A185B; }
span { border-color: rgb(26,24,91); }
td.TdClassName
{
border-color: #1A185B;
}
.TagClassName
{
border-color: #1A185B;
}
</style>