Shades of Midnight Blue #1A2262
Tints of Midnight Blue #1A2262
RGB
CMYK
RGB Variations
Color information
#1A2262 (or 0x1A2262) is known color: Midnight Blue. HEX triplet: 1A, 22 and 62. RGB value is (26,34,98). Sum of RGB (Red+Green+Blue) = 26+34+98=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2262 is #E5DD9D. Grayscale: #262626. Windows color (decimal): -15064478 or 6431258. OLE color: 6431258.
HSL color Cylindrical-coordinate representation of color #1A2262: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A2262 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 34 | 98 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.62 |
| HSL | 233.33º | 0.58% | 0.24% | - |
| HSV(B) | 233.33º | 0.73% | 0.38% | - |
| XYZ | 3.2 | 2.25 | 11.82 | - |
| YUV | 38.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 98 | 0.73 | 0.65 | 0 | 0.62 | 233.33 | 0.58 | 0.24 |
| Hex | 1A | 22 | 62 | 49 | 41 | 0 | 3E | E9 | 3A | 18 |
| Octal | 32 | 42 | 142 | 111 | 101 | 0 | 76 | 351 | 72 | 30 |
| Binary | 11010 | 100010 | 1100010 | 1001001 | 1000001 | 0 | 111110 | 11101001 | 111010 | 11000 |
Color Harmonies of #1A2262
Complementary color
Monochromatic Colors of #1A2262
Black with #1A2262
Text Example
Text Example
White with #1A2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2262; }
p { color: rgb(26,34,98); }
H1.HeaderClassName
{
color: #1A2262;
}
.AnyTagClassName
{
color: #1A2262;
}
</style>
background-color css
<style>
a { background-color: #1A2262; }
a { background-color: rgb(26,34,98); }
div.DivClassName
{
background-color: #1A2262;
}
.BgClassName
{
background-color: #1A2262;
}
</style>
border-color css
<style>
span { border-color: #1A2262; }
span { border-color: rgb(26,34,98); }
td.TdClassName
{
border-color: #1A2262;
}
.TagClassName
{
border-color: #1A2262;
}
</style>