Shades of Midnight Blue #1A217B
Tints of Midnight Blue #1A217B
RGB
CMYK
RGB Variations
Color information
#1A217B (or 0x1A217B) is known color: Midnight Blue. HEX triplet: 1A, 21 and 7B. RGB value is (26,33,123). Sum of RGB (Red+Green+Blue) = 26+33+123=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A217B is #E5DE84. Grayscale: #282828. Windows color (decimal): -15064709 or 8069402. OLE color: 8069402.
HSL color Cylindrical-coordinate representation of color #1A217B: hue angle of 235.67º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A217B is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 33 | 123 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.52 |
| HSL | 235.67º | 0.65% | 0.29% | - |
| HSV(B) | 235.67º | 0.79% | 0.48% | - |
| XYZ | 4.55 | 2.74 | 19.03 | - |
| YUV | 41.17 | 174.18 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 123 | 0.79 | 0.73 | 0 | 0.52 | 235.67 | 0.65 | 0.29 |
| Hex | 1A | 21 | 7B | 4F | 49 | 0 | 34 | EC | 41 | 1D |
| Octal | 32 | 41 | 173 | 117 | 111 | 0 | 64 | 354 | 101 | 35 |
| Binary | 11010 | 100001 | 1111011 | 1001111 | 1001001 | 0 | 110100 | 11101100 | 1000001 | 11101 |
Color Harmonies of #1A217B
Complementary color
Monochromatic Colors of #1A217B
Black with #1A217B
Text Example
Text Example
White with #1A217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A217B; }
p { color: rgb(26,33,123); }
H1.HeaderClassName
{
color: #1A217B;
}
.AnyTagClassName
{
color: #1A217B;
}
</style>
background-color css
<style>
a { background-color: #1A217B; }
a { background-color: rgb(26,33,123); }
div.DivClassName
{
background-color: #1A217B;
}
.BgClassName
{
background-color: #1A217B;
}
</style>
border-color css
<style>
span { border-color: #1A217B; }
span { border-color: rgb(26,33,123); }
td.TdClassName
{
border-color: #1A217B;
}
.TagClassName
{
border-color: #1A217B;
}
</style>