Shades of Midnight Blue #1A0B65
Tints of Midnight Blue #1A0B65
RGB
CMYK
RGB Variations
Color information
#1A0B65 (or 0x1A0B65) is known color: Midnight Blue. HEX triplet: 1A, 0B and 65. RGB value is (26,11,101). Sum of RGB (Red+Green+Blue) = 26+11+101=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A0B65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0B65 is #E5F49A. Grayscale: #191919. Windows color (decimal): -15070363 or 6621978. OLE color: 6621978.
HSL color Cylindrical-coordinate representation of color #1A0B65: hue angle of 250º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A0B65 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 11 | 101 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.60 |
| HSL | 250º | 0.8% | 0.22% | - |
| HSV(B) | 250º | 0.89% | 0.4% | - |
| XYZ | 2.89 | 1.4 | 12.43 | - |
| YUV | 25.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 101 | 0.74 | 0.89 | 0 | 0.60 | 250 | 0.8 | 0.22 |
| Hex | 1A | B | 65 | 4A | 59 | 0 | 3C | FA | 50 | 16 |
| Octal | 32 | 13 | 145 | 112 | 131 | 0 | 74 | 372 | 120 | 26 |
| Binary | 11010 | 1011 | 1100101 | 1001010 | 1011001 | 0 | 111100 | 11111010 | 1010000 | 10110 |
Color Harmonies of #1A0B65
Complementary color
Monochromatic Colors of #1A0B65
Black with #1A0B65
Text Example
Text Example
White with #1A0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B65; }
p { color: rgb(26,11,101); }
H1.HeaderClassName
{
color: #1A0B65;
}
.AnyTagClassName
{
color: #1A0B65;
}
</style>
background-color css
<style>
a { background-color: #1A0B65; }
a { background-color: rgb(26,11,101); }
div.DivClassName
{
background-color: #1A0B65;
}
.BgClassName
{
background-color: #1A0B65;
}
</style>
border-color css
<style>
span { border-color: #1A0B65; }
span { border-color: rgb(26,11,101); }
td.TdClassName
{
border-color: #1A0B65;
}
.TagClassName
{
border-color: #1A0B65;
}
</style>