Shades of Midnight Blue #1A2068
Tints of Midnight Blue #1A2068
RGB
CMYK
RGB Variations
Color information
#1A2068 (or 0x1A2068) is known color: Midnight Blue. HEX triplet: 1A, 20 and 68. RGB value is (26,32,104). Sum of RGB (Red+Green+Blue) = 26+32+104=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2068 is #E5DF97. Grayscale: #262626. Windows color (decimal): -15064984 or 6823962. OLE color: 6823962.
HSL color Cylindrical-coordinate representation of color #1A2068: hue angle of 235.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2068 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 32 | 104 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.59 |
| HSL | 235.38º | 0.6% | 0.25% | - |
| HSV(B) | 235.38º | 0.75% | 0.41% | - |
| XYZ | 3.44 | 2.25 | 13.35 | - |
| YUV | 38.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 104 | 0.75 | 0.69 | 0 | 0.59 | 235.38 | 0.6 | 0.25 |
| Hex | 1A | 20 | 68 | 4B | 45 | 0 | 3B | EB | 3C | 19 |
| Octal | 32 | 40 | 150 | 113 | 105 | 0 | 73 | 353 | 74 | 31 |
| Binary | 11010 | 100000 | 1101000 | 1001011 | 1000101 | 0 | 111011 | 11101011 | 111100 | 11001 |
Color Harmonies of #1A2068
Complementary color
Monochromatic Colors of #1A2068
Black with #1A2068
Text Example
Text Example
White with #1A2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2068; }
p { color: rgb(26,32,104); }
H1.HeaderClassName
{
color: #1A2068;
}
.AnyTagClassName
{
color: #1A2068;
}
</style>
background-color css
<style>
a { background-color: #1A2068; }
a { background-color: rgb(26,32,104); }
div.DivClassName
{
background-color: #1A2068;
}
.BgClassName
{
background-color: #1A2068;
}
</style>
border-color css
<style>
span { border-color: #1A2068; }
span { border-color: rgb(26,32,104); }
td.TdClassName
{
border-color: #1A2068;
}
.TagClassName
{
border-color: #1A2068;
}
</style>