Shades of Midnight Blue #1A185F
Tints of Midnight Blue #1A185F
RGB
CMYK
RGB Variations
Color information
#1A185F (or 0x1A185F) is known color: Midnight Blue. HEX triplet: 1A, 18 and 5F. RGB value is (26,24,95). Sum of RGB (Red+Green+Blue) = 26+24+95=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A185F is #E5E7A0. Grayscale: #202020. Windows color (decimal): -15067041 or 6232090. OLE color: 6232090.
HSL color Cylindrical-coordinate representation of color #1A185F: hue angle of 241.69º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A185F is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 24 | 95 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.63 |
| HSL | 241.69º | 0.6% | 0.23% | - |
| HSV(B) | 241.69º | 0.75% | 0.37% | - |
| XYZ | 2.82 | 1.7 | 11.01 | - |
| YUV | 32.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 95 | 0.73 | 0.75 | 0 | 0.63 | 241.69 | 0.6 | 0.23 |
| Hex | 1A | 18 | 5F | 49 | 4B | 0 | 3F | F2 | 3C | 17 |
| Octal | 32 | 30 | 137 | 111 | 113 | 0 | 77 | 362 | 74 | 27 |
| Binary | 11010 | 11000 | 1011111 | 1001001 | 1001011 | 0 | 111111 | 11110010 | 111100 | 10111 |
Color Harmonies of #1A185F
Complementary color
Monochromatic Colors of #1A185F
Black with #1A185F
Text Example
Text Example
White with #1A185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A185F; }
p { color: rgb(26,24,95); }
H1.HeaderClassName
{
color: #1A185F;
}
.AnyTagClassName
{
color: #1A185F;
}
</style>
background-color css
<style>
a { background-color: #1A185F; }
a { background-color: rgb(26,24,95); }
div.DivClassName
{
background-color: #1A185F;
}
.BgClassName
{
background-color: #1A185F;
}
</style>
border-color css
<style>
span { border-color: #1A185F; }
span { border-color: rgb(26,24,95); }
td.TdClassName
{
border-color: #1A185F;
}
.TagClassName
{
border-color: #1A185F;
}
</style>