Shades of Midnight Blue #1A006B
Tints of Midnight Blue #1A006B
RGB
CMYK
RGB Variations
Color information
#1A006B (or 0x1A006B) is known color: Midnight Blue. HEX triplet: 1A, 00 and 6B. RGB value is (26,0,107). Sum of RGB (Red+Green+Blue) = 26+0+107=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A006B is #E5FF94. Grayscale: #131313. Windows color (decimal): -15073173 or 7012378. OLE color: 7012378.
HSL color Cylindrical-coordinate representation of color #1A006B: hue angle of 254.58º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A006B is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 0 | 107 | - |
| CMYK | 0.76 | 1 | 0 | 0.58 |
| HSL | 254.58º | 1% | 0.21% | - |
| HSV(B) | 254.58º | 1% | 0.42% | - |
| XYZ | 3.08 | 1.28 | 13.99 | - |
| YUV | 19.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 107 | 0.76 | 1 | 0 | 0.58 | 254.58 | 1 | 0.21 |
| Hex | 1A | 0 | 6B | 4C | 64 | 0 | 3A | FF | 64 | 15 |
| Octal | 32 | 0 | 153 | 114 | 144 | 0 | 72 | 377 | 144 | 25 |
| Binary | 11010 | 0 | 1101011 | 1001100 | 1100100 | 0 | 111010 | 11111111 | 1100100 | 10101 |
Color Harmonies of #1A006B
Complementary color
Monochromatic Colors of #1A006B
Black with #1A006B
Text Example
Text Example
White with #1A006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A006B; }
p { color: rgb(26,0,107); }
H1.HeaderClassName
{
color: #1A006B;
}
.AnyTagClassName
{
color: #1A006B;
}
</style>
background-color css
<style>
a { background-color: #1A006B; }
a { background-color: rgb(26,0,107); }
div.DivClassName
{
background-color: #1A006B;
}
.BgClassName
{
background-color: #1A006B;
}
</style>
border-color css
<style>
span { border-color: #1A006B; }
span { border-color: rgb(26,0,107); }
td.TdClassName
{
border-color: #1A006B;
}
.TagClassName
{
border-color: #1A006B;
}
</style>