Shades of Midnight Blue #1A227C
Tints of Midnight Blue #1A227C
RGB
CMYK
RGB Variations
Color information
#1A227C (or 0x1A227C) is known color: Midnight Blue. HEX triplet: 1A, 22 and 7C. RGB value is (26,34,124). Sum of RGB (Red+Green+Blue) = 26+34+124=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A227C is #E5DD83. Grayscale: #292929. Windows color (decimal): -15064452 or 8135194. OLE color: 8135194.
HSL color Cylindrical-coordinate representation of color #1A227C: hue angle of 235.1º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A227C is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 34 | 124 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.51 |
| HSL | 235.1º | 0.65% | 0.29% | - |
| HSV(B) | 235.1º | 0.79% | 0.49% | - |
| XYZ | 4.64 | 2.82 | 19.37 | - |
| YUV | 41.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 124 | 0.79 | 0.73 | 0 | 0.51 | 235.1 | 0.65 | 0.29 |
| Hex | 1A | 22 | 7C | 4F | 49 | 0 | 33 | EB | 41 | 1D |
| Octal | 32 | 42 | 174 | 117 | 111 | 0 | 63 | 353 | 101 | 35 |
| Binary | 11010 | 100010 | 1111100 | 1001111 | 1001001 | 0 | 110011 | 11101011 | 1000001 | 11101 |
Color Harmonies of #1A227C
Complementary color
Monochromatic Colors of #1A227C
Black with #1A227C
Text Example
Text Example
White with #1A227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A227C; }
p { color: rgb(26,34,124); }
H1.HeaderClassName
{
color: #1A227C;
}
.AnyTagClassName
{
color: #1A227C;
}
</style>
background-color css
<style>
a { background-color: #1A227C; }
a { background-color: rgb(26,34,124); }
div.DivClassName
{
background-color: #1A227C;
}
.BgClassName
{
background-color: #1A227C;
}
</style>
border-color css
<style>
span { border-color: #1A227C; }
span { border-color: rgb(26,34,124); }
td.TdClassName
{
border-color: #1A227C;
}
.TagClassName
{
border-color: #1A227C;
}
</style>