Shades of Midnight Blue #1A0F7C
Tints of Midnight Blue #1A0F7C
RGB
CMYK
RGB Variations
Color information
#1A0F7C (or 0x1A0F7C) is known color: Midnight Blue. HEX triplet: 1A, 0F and 7C. RGB value is (26,15,124). Sum of RGB (Red+Green+Blue) = 26+15+124=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A0F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0F7C is #E5F083. Grayscale: #1E1E1E. Windows color (decimal): -15069316 or 8130330. OLE color: 8130330.
HSL color Cylindrical-coordinate representation of color #1A0F7C: hue angle of 246.06º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0F7C is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 15 | 124 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.51 |
| HSL | 246.06º | 0.78% | 0.27% | - |
| HSV(B) | 246.06º | 0.88% | 0.49% | - |
| XYZ | 4.23 | 2.02 | 19.23 | - |
| YUV | 30.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 124 | 0.79 | 0.88 | 0 | 0.51 | 246.06 | 0.78 | 0.27 |
| Hex | 1A | F | 7C | 4F | 58 | 0 | 33 | F6 | 4E | 1B |
| Octal | 32 | 17 | 174 | 117 | 130 | 0 | 63 | 366 | 116 | 33 |
| Binary | 11010 | 1111 | 1111100 | 1001111 | 1011000 | 0 | 110011 | 11110110 | 1001110 | 11011 |
Color Harmonies of #1A0F7C
Complementary color
Monochromatic Colors of #1A0F7C
Black with #1A0F7C
Text Example
Text Example
White with #1A0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F7C; }
p { color: rgb(26,15,124); }
H1.HeaderClassName
{
color: #1A0F7C;
}
.AnyTagClassName
{
color: #1A0F7C;
}
</style>
background-color css
<style>
a { background-color: #1A0F7C; }
a { background-color: rgb(26,15,124); }
div.DivClassName
{
background-color: #1A0F7C;
}
.BgClassName
{
background-color: #1A0F7C;
}
</style>
border-color css
<style>
span { border-color: #1A0F7C; }
span { border-color: rgb(26,15,124); }
td.TdClassName
{
border-color: #1A0F7C;
}
.TagClassName
{
border-color: #1A0F7C;
}
</style>