Shades of Midnight Blue #1A196A
Tints of Midnight Blue #1A196A
RGB
CMYK
RGB Variations
Color information
#1A196A (or 0x1A196A) is known color: Midnight Blue. HEX triplet: 1A, 19 and 6A. RGB value is (26,25,106). Sum of RGB (Red+Green+Blue) = 26+25+106=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A196A is #E5E695. Grayscale: #222222. Windows color (decimal): -15066774 or 6953242. OLE color: 6953242.
HSL color Cylindrical-coordinate representation of color #1A196A: hue angle of 240.74º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A196A is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 25 | 106 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.58 |
| HSL | 240.74º | 0.62% | 0.26% | - |
| HSV(B) | 240.74º | 0.76% | 0.42% | - |
| XYZ | 3.38 | 1.96 | 13.84 | - |
| YUV | 34.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 106 | 0.75 | 0.76 | 0 | 0.58 | 240.74 | 0.62 | 0.26 |
| Hex | 1A | 19 | 6A | 4B | 4C | 0 | 3A | F1 | 3E | 1A |
| Octal | 32 | 31 | 152 | 113 | 114 | 0 | 72 | 361 | 76 | 32 |
| Binary | 11010 | 11001 | 1101010 | 1001011 | 1001100 | 0 | 111010 | 11110001 | 111110 | 11010 |
Color Harmonies of #1A196A
Complementary color
Monochromatic Colors of #1A196A
Black with #1A196A
Text Example
Text Example
White with #1A196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A196A; }
p { color: rgb(26,25,106); }
H1.HeaderClassName
{
color: #1A196A;
}
.AnyTagClassName
{
color: #1A196A;
}
</style>
background-color css
<style>
a { background-color: #1A196A; }
a { background-color: rgb(26,25,106); }
div.DivClassName
{
background-color: #1A196A;
}
.BgClassName
{
background-color: #1A196A;
}
</style>
border-color css
<style>
span { border-color: #1A196A; }
span { border-color: rgb(26,25,106); }
td.TdClassName
{
border-color: #1A196A;
}
.TagClassName
{
border-color: #1A196A;
}
</style>