Shades of Midnight Blue #1A0F60
Tints of Midnight Blue #1A0F60
RGB
CMYK
RGB Variations
Color information
#1A0F60 (or 0x1A0F60) is known color: Midnight Blue. HEX triplet: 1A, 0F and 60. RGB value is (26,15,96). Sum of RGB (Red+Green+Blue) = 26+15+96=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A0F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0F60 is #E5F09F. Grayscale: #1B1B1B. Windows color (decimal): -15069344 or 6295322. OLE color: 6295322.
HSL color Cylindrical-coordinate representation of color #1A0F60: hue angle of 248.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A0F60 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 15 | 96 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.62 |
| HSL | 248.15º | 0.73% | 0.22% | - |
| HSV(B) | 248.15º | 0.84% | 0.38% | - |
| XYZ | 2.71 | 1.41 | 11.19 | - |
| YUV | 27.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 96 | 0.73 | 0.84 | 0 | 0.62 | 248.15 | 0.73 | 0.22 |
| Hex | 1A | F | 60 | 49 | 54 | 0 | 3E | F8 | 49 | 16 |
| Octal | 32 | 17 | 140 | 111 | 124 | 0 | 76 | 370 | 111 | 26 |
| Binary | 11010 | 1111 | 1100000 | 1001001 | 1010100 | 0 | 111110 | 11111000 | 1001001 | 10110 |
Color Harmonies of #1A0F60
Complementary color
Monochromatic Colors of #1A0F60
Black with #1A0F60
Text Example
Text Example
White with #1A0F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F60; }
p { color: rgb(26,15,96); }
H1.HeaderClassName
{
color: #1A0F60;
}
.AnyTagClassName
{
color: #1A0F60;
}
</style>
background-color css
<style>
a { background-color: #1A0F60; }
a { background-color: rgb(26,15,96); }
div.DivClassName
{
background-color: #1A0F60;
}
.BgClassName
{
background-color: #1A0F60;
}
</style>
border-color css
<style>
span { border-color: #1A0F60; }
span { border-color: rgb(26,15,96); }
td.TdClassName
{
border-color: #1A0F60;
}
.TagClassName
{
border-color: #1A0F60;
}
</style>