Shades of Midnight Blue #1A1B68
Tints of Midnight Blue #1A1B68
RGB
CMYK
RGB Variations
Color information
#1A1B68 (or 0x1A1B68) is known color: Midnight Blue. HEX triplet: 1A, 1B and 68. RGB value is (26,27,104). Sum of RGB (Red+Green+Blue) = 26+27+104=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A1B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1B68 is #E5E497. Grayscale: #232323. Windows color (decimal): -15066264 or 6822682. OLE color: 6822682.
HSL color Cylindrical-coordinate representation of color #1A1B68: hue angle of 239.23º 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 #1A1B68 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 27 | 104 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.59 |
| HSL | 239.23º | 0.6% | 0.25% | - |
| HSV(B) | 239.23º | 0.75% | 0.41% | - |
| XYZ | 3.32 | 2 | 13.31 | - |
| YUV | 35.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 104 | 0.75 | 0.74 | 0 | 0.59 | 239.23 | 0.6 | 0.25 |
| Hex | 1A | 1B | 68 | 4B | 4A | 0 | 3B | EF | 3C | 19 |
| Octal | 32 | 33 | 150 | 113 | 112 | 0 | 73 | 357 | 74 | 31 |
| Binary | 11010 | 11011 | 1101000 | 1001011 | 1001010 | 0 | 111011 | 11101111 | 111100 | 11001 |
Color Harmonies of #1A1B68
Complementary color
Monochromatic Colors of #1A1B68
Black with #1A1B68
Text Example
Text Example
White with #1A1B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B68; }
p { color: rgb(26,27,104); }
H1.HeaderClassName
{
color: #1A1B68;
}
.AnyTagClassName
{
color: #1A1B68;
}
</style>
background-color css
<style>
a { background-color: #1A1B68; }
a { background-color: rgb(26,27,104); }
div.DivClassName
{
background-color: #1A1B68;
}
.BgClassName
{
background-color: #1A1B68;
}
</style>
border-color css
<style>
span { border-color: #1A1B68; }
span { border-color: rgb(26,27,104); }
td.TdClassName
{
border-color: #1A1B68;
}
.TagClassName
{
border-color: #1A1B68;
}
</style>