Shades of Midnight Blue #1A146A
Tints of Midnight Blue #1A146A
RGB
CMYK
RGB Variations
Color information
#1A146A (or 0x1A146A) is known color: Midnight Blue. HEX triplet: 1A, 14 and 6A. RGB value is (26,20,106). Sum of RGB (Red+Green+Blue) = 26+20+106=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A146A is #E5EB95. Grayscale: #1F1F1F. Windows color (decimal): -15068054 or 6951962. OLE color: 6951962.
HSL color Cylindrical-coordinate representation of color #1A146A: hue angle of 244.19º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A146A is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 20 | 106 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.58 |
| HSL | 244.19º | 0.68% | 0.25% | - |
| HSV(B) | 244.19º | 0.81% | 0.42% | - |
| XYZ | 3.28 | 1.76 | 13.8 | - |
| YUV | 31.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 20 | 106 | 0.75 | 0.81 | 0 | 0.58 | 244.19 | 0.68 | 0.25 |
| Hex | 1A | 14 | 6A | 4B | 51 | 0 | 3A | F4 | 44 | 19 |
| Octal | 32 | 24 | 152 | 113 | 121 | 0 | 72 | 364 | 104 | 31 |
| Binary | 11010 | 10100 | 1101010 | 1001011 | 1010001 | 0 | 111010 | 11110100 | 1000100 | 11001 |
Color Harmonies of #1A146A
Complementary color
Monochromatic Colors of #1A146A
Black with #1A146A
Text Example
Text Example
White with #1A146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A146A; }
p { color: rgb(26,20,106); }
H1.HeaderClassName
{
color: #1A146A;
}
.AnyTagClassName
{
color: #1A146A;
}
</style>
background-color css
<style>
a { background-color: #1A146A; }
a { background-color: rgb(26,20,106); }
div.DivClassName
{
background-color: #1A146A;
}
.BgClassName
{
background-color: #1A146A;
}
</style>
border-color css
<style>
span { border-color: #1A146A; }
span { border-color: rgb(26,20,106); }
td.TdClassName
{
border-color: #1A146A;
}
.TagClassName
{
border-color: #1A146A;
}
</style>