Shades of Midnight Blue #1A1363
Tints of Midnight Blue #1A1363
RGB
CMYK
RGB Variations
Color information
#1A1363 (or 0x1A1363) is known color: Midnight Blue. HEX triplet: 1A, 13 and 63. RGB value is (26,19,99). Sum of RGB (Red+Green+Blue) = 26+19+99=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1363 is #E5EC9C. Grayscale: #1D1D1D. Windows color (decimal): -15068317 or 6492954. OLE color: 6492954.
HSL color Cylindrical-coordinate representation of color #1A1363: hue angle of 245.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1363 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 19 | 99 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.61 |
| HSL | 245.25º | 0.68% | 0.23% | - |
| HSV(B) | 245.25º | 0.81% | 0.39% | - |
| XYZ | 2.91 | 1.59 | 11.96 | - |
| YUV | 30.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 19 | 99 | 0.74 | 0.81 | 0 | 0.61 | 245.25 | 0.68 | 0.23 |
| Hex | 1A | 13 | 63 | 4A | 51 | 0 | 3D | F5 | 44 | 17 |
| Octal | 32 | 23 | 143 | 112 | 121 | 0 | 75 | 365 | 104 | 27 |
| Binary | 11010 | 10011 | 1100011 | 1001010 | 1010001 | 0 | 111101 | 11110101 | 1000100 | 10111 |
Color Harmonies of #1A1363
Complementary color
Monochromatic Colors of #1A1363
Black with #1A1363
Text Example
Text Example
White with #1A1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1363; }
p { color: rgb(26,19,99); }
H1.HeaderClassName
{
color: #1A1363;
}
.AnyTagClassName
{
color: #1A1363;
}
</style>
background-color css
<style>
a { background-color: #1A1363; }
a { background-color: rgb(26,19,99); }
div.DivClassName
{
background-color: #1A1363;
}
.BgClassName
{
background-color: #1A1363;
}
</style>
border-color css
<style>
span { border-color: #1A1363; }
span { border-color: rgb(26,19,99); }
td.TdClassName
{
border-color: #1A1363;
}
.TagClassName
{
border-color: #1A1363;
}
</style>