Shades of Midnight Blue #1A2478
Tints of Midnight Blue #1A2478
RGB
CMYK
RGB Variations
Color information
#1A2478 (or 0x1A2478) is known color: Midnight Blue. HEX triplet: 1A, 24 and 78. RGB value is (26,36,120). Sum of RGB (Red+Green+Blue) = 26+36+120=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A2478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2478 is #E5DB87. Grayscale: #2A2A2A. Windows color (decimal): -15063944 or 7873562. OLE color: 7873562.
HSL color Cylindrical-coordinate representation of color #1A2478: hue angle of 233.62º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A2478 is Cyan = 0.78, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 36 | 120 | - |
| CMYK | 0.78 | 0.7 | 0 | 0.53 |
| HSL | 233.62º | 0.64% | 0.29% | - |
| HSV(B) | 233.62º | 0.78% | 0.47% | - |
| XYZ | 4.45 | 2.84 | 18.08 | - |
| YUV | 42.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 120 | 0.78 | 0.7 | 0 | 0.53 | 233.62 | 0.64 | 0.29 |
| Hex | 1A | 24 | 78 | 4E | 46 | 0 | 35 | EA | 40 | 1D |
| Octal | 32 | 44 | 170 | 116 | 106 | 0 | 65 | 352 | 100 | 35 |
| Binary | 11010 | 100100 | 1111000 | 1001110 | 1000110 | 0 | 110101 | 11101010 | 1000000 | 11101 |
Color Harmonies of #1A2478
Complementary color
Monochromatic Colors of #1A2478
Black with #1A2478
Text Example
Text Example
White with #1A2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2478; }
p { color: rgb(26,36,120); }
H1.HeaderClassName
{
color: #1A2478;
}
.AnyTagClassName
{
color: #1A2478;
}
</style>
background-color css
<style>
a { background-color: #1A2478; }
a { background-color: rgb(26,36,120); }
div.DivClassName
{
background-color: #1A2478;
}
.BgClassName
{
background-color: #1A2478;
}
</style>
border-color css
<style>
span { border-color: #1A2478; }
span { border-color: rgb(26,36,120); }
td.TdClassName
{
border-color: #1A2478;
}
.TagClassName
{
border-color: #1A2478;
}
</style>