Shades of Midnight Blue #1A0366
Tints of Midnight Blue #1A0366
RGB
CMYK
RGB Variations
Color information
#1A0366 (or 0x1A0366) is known color: Midnight Blue. HEX triplet: 1A, 03 and 66. RGB value is (26,3,102). Sum of RGB (Red+Green+Blue) = 26+3+102=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 102 (40.23% from 255 or 77.86% from 131); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A0366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0366 is #E5FC99. Grayscale: #141414. Windows color (decimal): -15072410 or 6685466. OLE color: 6685466.
HSL color Cylindrical-coordinate representation of color #1A0366: hue angle of 253.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0366 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 3 | 102 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.6 |
| HSL | 253.94º | 0.94% | 0.21% | - |
| HSV(B) | 253.94º | 0.97% | 0.4% | - |
| XYZ | 2.86 | 1.24 | 12.66 | - |
| YUV | 21.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 3 | 102 | 0.75 | 0.97 | 0 | 0.6 | 253.94 | 0.94 | 0.21 |
| Hex | 1A | 3 | 66 | 4B | 61 | 0 | 3C | FE | 5E | 15 |
| Octal | 32 | 3 | 146 | 113 | 141 | 0 | 74 | 376 | 136 | 25 |
| Binary | 11010 | 11 | 1100110 | 1001011 | 1100001 | 0 | 111100 | 11111110 | 1011110 | 10101 |
Color Harmonies of #1A0366
Complementary color
Monochromatic Colors of #1A0366
Black with #1A0366
Text Example
Text Example
White with #1A0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0366; }
p { color: rgb(26,3,102); }
H1.HeaderClassName
{
color: #1A0366;
}
.AnyTagClassName
{
color: #1A0366;
}
</style>
background-color css
<style>
a { background-color: #1A0366; }
a { background-color: rgb(26,3,102); }
div.DivClassName
{
background-color: #1A0366;
}
.BgClassName
{
background-color: #1A0366;
}
</style>
border-color css
<style>
span { border-color: #1A0366; }
span { border-color: rgb(26,3,102); }
td.TdClassName
{
border-color: #1A0366;
}
.TagClassName
{
border-color: #1A0366;
}
</style>