Shades of Midnight #1A314A
Tints of Midnight #1A314A
RGB
CMYK
RGB Variations
Color information
#1A314A (or 0x1A314A) is known color: Midnight. HEX triplet: 1A, 31 and 4A. RGB value is (26,49,74). Sum of RGB (Red+Green+Blue) = 26+49+74=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A314A is #E5CEB5. Grayscale: #2C2C2C. Windows color (decimal): -15060662 or 4862234. OLE color: 4862234.
HSL color Cylindrical-coordinate representation of color #1A314A: hue angle of 211.25º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A314A is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 49 | 74 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.71 |
| HSL | 211.25º | 0.48% | 0.2% | - |
| HSV(B) | 211.25º | 0.65% | 0.29% | - |
| XYZ | 2.76 | 2.91 | 6.89 | - |
| YUV | 44.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 74 | 0.65 | 0.34 | 0 | 0.71 | 211.25 | 0.48 | 0.2 |
| Hex | 1A | 31 | 4A | 41 | 22 | 0 | 47 | D3 | 30 | 14 |
| Octal | 32 | 61 | 112 | 101 | 42 | 0 | 107 | 323 | 60 | 24 |
| Binary | 11010 | 110001 | 1001010 | 1000001 | 100010 | 0 | 1000111 | 11010011 | 110000 | 10100 |
Color Harmonies of #1A314A
Complementary color
Monochromatic Colors of #1A314A
Black with #1A314A
Text Example
Text Example
White with #1A314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A314A; }
p { color: rgb(26,49,74); }
H1.HeaderClassName
{
color: #1A314A;
}
.AnyTagClassName
{
color: #1A314A;
}
</style>
background-color css
<style>
a { background-color: #1A314A; }
a { background-color: rgb(26,49,74); }
div.DivClassName
{
background-color: #1A314A;
}
.BgClassName
{
background-color: #1A314A;
}
</style>
border-color css
<style>
span { border-color: #1A314A; }
span { border-color: rgb(26,49,74); }
td.TdClassName
{
border-color: #1A314A;
}
.TagClassName
{
border-color: #1A314A;
}
</style>