Shades of Midnight Blue #1A1B63
Tints of Midnight Blue #1A1B63
RGB
CMYK
RGB Variations
Color information
#1A1B63 (or 0x1A1B63) is known color: Midnight Blue. HEX triplet: 1A, 1B and 63. RGB value is (26,27,99). Sum of RGB (Red+Green+Blue) = 26+27+99=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A1B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1B63 is #E5E49C. Grayscale: #222222. Windows color (decimal): -15066269 or 6495002. OLE color: 6495002.
HSL color Cylindrical-coordinate representation of color #1A1B63: hue angle of 239.18º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A1B63 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 27 | 99 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.61 |
| HSL | 239.18º | 0.58% | 0.25% | - |
| HSV(B) | 239.18º | 0.74% | 0.39% | - |
| XYZ | 3.07 | 1.9 | 12.01 | - |
| YUV | 34.91 | 164.17 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 99 | 0.74 | 0.73 | 0 | 0.61 | 239.18 | 0.58 | 0.25 |
| Hex | 1A | 1B | 63 | 4A | 49 | 0 | 3D | EF | 3A | 19 |
| Octal | 32 | 33 | 143 | 112 | 111 | 0 | 75 | 357 | 72 | 31 |
| Binary | 11010 | 11011 | 1100011 | 1001010 | 1001001 | 0 | 111101 | 11101111 | 111010 | 11001 |
Color Harmonies of #1A1B63
Complementary color
Monochromatic Colors of #1A1B63
Black with #1A1B63
Text Example
Text Example
White with #1A1B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B63; }
p { color: rgb(26,27,99); }
H1.HeaderClassName
{
color: #1A1B63;
}
.AnyTagClassName
{
color: #1A1B63;
}
</style>
background-color css
<style>
a { background-color: #1A1B63; }
a { background-color: rgb(26,27,99); }
div.DivClassName
{
background-color: #1A1B63;
}
.BgClassName
{
background-color: #1A1B63;
}
</style>
border-color css
<style>
span { border-color: #1A1B63; }
span { border-color: rgb(26,27,99); }
td.TdClassName
{
border-color: #1A1B63;
}
.TagClassName
{
border-color: #1A1B63;
}
</style>