Shades of Midnight Blue #1A1678
Tints of Midnight Blue #1A1678
RGB
CMYK
RGB Variations
Color information
#1A1678 (or 0x1A1678) is known color: Midnight Blue. HEX triplet: 1A, 16 and 78. RGB value is (26,22,120). Sum of RGB (Red+Green+Blue) = 26+22+120=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A1678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1678 is #E5E987. Grayscale: #212121. Windows color (decimal): -15067528 or 7869978. OLE color: 7869978.
HSL color Cylindrical-coordinate representation of color #1A1678: hue angle of 242.45º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1678 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 22 | 120 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.53 |
| HSL | 242.45º | 0.69% | 0.28% | - |
| HSV(B) | 242.45º | 0.82% | 0.47% | - |
| XYZ | 4.1 | 2.15 | 17.97 | - |
| YUV | 34.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 120 | 0.78 | 0.82 | 0 | 0.53 | 242.45 | 0.69 | 0.28 |
| Hex | 1A | 16 | 78 | 4E | 52 | 0 | 35 | F2 | 45 | 1C |
| Octal | 32 | 26 | 170 | 116 | 122 | 0 | 65 | 362 | 105 | 34 |
| Binary | 11010 | 10110 | 1111000 | 1001110 | 1010010 | 0 | 110101 | 11110010 | 1000101 | 11100 |
Color Harmonies of #1A1678
Complementary color
Monochromatic Colors of #1A1678
Black with #1A1678
Text Example
Text Example
White with #1A1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1678; }
p { color: rgb(26,22,120); }
H1.HeaderClassName
{
color: #1A1678;
}
.AnyTagClassName
{
color: #1A1678;
}
</style>
background-color css
<style>
a { background-color: #1A1678; }
a { background-color: rgb(26,22,120); }
div.DivClassName
{
background-color: #1A1678;
}
.BgClassName
{
background-color: #1A1678;
}
</style>
border-color css
<style>
span { border-color: #1A1678; }
span { border-color: rgb(26,22,120); }
td.TdClassName
{
border-color: #1A1678;
}
.TagClassName
{
border-color: #1A1678;
}
</style>