Shades of Midnight Blue #1A206C
Tints of Midnight Blue #1A206C
RGB
CMYK
RGB Variations
Color information
#1A206C (or 0x1A206C) is known color: Midnight Blue. HEX triplet: 1A, 20 and 6C. RGB value is (26,32,108). Sum of RGB (Red+Green+Blue) = 26+32+108=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A206C is #E5DF93. Grayscale: #262626. Windows color (decimal): -15064980 or 7086106. OLE color: 7086106.
HSL color Cylindrical-coordinate representation of color #1A206C: hue angle of 235.61º degrees, saturation: 0.61, 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 #1A206C is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 32 | 108 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.58 |
| HSL | 235.61º | 0.61% | 0.26% | - |
| HSV(B) | 235.61º | 0.76% | 0.42% | - |
| XYZ | 3.65 | 2.34 | 14.45 | - |
| YUV | 38.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 108 | 0.76 | 0.70 | 0 | 0.58 | 235.61 | 0.61 | 0.26 |
| Hex | 1A | 20 | 6C | 4C | 46 | 0 | 3A | EC | 3D | 1A |
| Octal | 32 | 40 | 154 | 114 | 106 | 0 | 72 | 354 | 75 | 32 |
| Binary | 11010 | 100000 | 1101100 | 1001100 | 1000110 | 0 | 111010 | 11101100 | 111101 | 11010 |
Color Harmonies of #1A206C
Complementary color
Monochromatic Colors of #1A206C
Black with #1A206C
Text Example
Text Example
White with #1A206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A206C; }
p { color: rgb(26,32,108); }
H1.HeaderClassName
{
color: #1A206C;
}
.AnyTagClassName
{
color: #1A206C;
}
</style>
background-color css
<style>
a { background-color: #1A206C; }
a { background-color: rgb(26,32,108); }
div.DivClassName
{
background-color: #1A206C;
}
.BgClassName
{
background-color: #1A206C;
}
</style>
border-color css
<style>
span { border-color: #1A206C; }
span { border-color: rgb(26,32,108); }
td.TdClassName
{
border-color: #1A206C;
}
.TagClassName
{
border-color: #1A206C;
}
</style>