Shades of Midnight Blue #1A2175
Tints of Midnight Blue #1A2175
RGB
CMYK
RGB Variations
Color information
#1A2175 (or 0x1A2175) is known color: Midnight Blue. HEX triplet: 1A, 21 and 75. RGB value is (26,33,117). Sum of RGB (Red+Green+Blue) = 26+33+117=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A2175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2175 is #E5DE8A. Grayscale: #282828. Windows color (decimal): -15064715 or 7676186. OLE color: 7676186.
HSL color Cylindrical-coordinate representation of color #1A2175: hue angle of 235.38º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A2175 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 33 | 117 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.54 |
| HSL | 235.38º | 0.64% | 0.28% | - |
| HSV(B) | 235.38º | 0.78% | 0.46% | - |
| XYZ | 4.18 | 2.59 | 17.11 | - |
| YUV | 40.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 117 | 0.78 | 0.72 | 0 | 0.54 | 235.38 | 0.64 | 0.28 |
| Hex | 1A | 21 | 75 | 4E | 48 | 0 | 36 | EB | 40 | 1C |
| Octal | 32 | 41 | 165 | 116 | 110 | 0 | 66 | 353 | 100 | 34 |
| Binary | 11010 | 100001 | 1110101 | 1001110 | 1001000 | 0 | 110110 | 11101011 | 1000000 | 11100 |
Color Harmonies of #1A2175
Complementary color
Monochromatic Colors of #1A2175
Black with #1A2175
Text Example
Text Example
White with #1A2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2175; }
p { color: rgb(26,33,117); }
H1.HeaderClassName
{
color: #1A2175;
}
.AnyTagClassName
{
color: #1A2175;
}
</style>
background-color css
<style>
a { background-color: #1A2175; }
a { background-color: rgb(26,33,117); }
div.DivClassName
{
background-color: #1A2175;
}
.BgClassName
{
background-color: #1A2175;
}
</style>
border-color css
<style>
span { border-color: #1A2175; }
span { border-color: rgb(26,33,117); }
td.TdClassName
{
border-color: #1A2175;
}
.TagClassName
{
border-color: #1A2175;
}
</style>