Shades of Midnight Blue #1A0F7B
Tints of Midnight Blue #1A0F7B
RGB
CMYK
RGB Variations
Color information
#1A0F7B (or 0x1A0F7B) is known color: Midnight Blue. HEX triplet: 1A, 0F and 7B. RGB value is (26,15,123). Sum of RGB (Red+Green+Blue) = 26+15+123=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A0F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0F7B is #E5F084. Grayscale: #1E1E1E. Windows color (decimal): -15069317 or 8064794. OLE color: 8064794.
HSL color Cylindrical-coordinate representation of color #1A0F7B: hue angle of 246.11º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0F7B is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 15 | 123 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.52 |
| HSL | 246.11º | 0.78% | 0.27% | - |
| HSV(B) | 246.11º | 0.88% | 0.48% | - |
| XYZ | 4.17 | 1.99 | 18.9 | - |
| YUV | 30.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 15 | 123 | 0.79 | 0.88 | 0 | 0.52 | 246.11 | 0.78 | 0.27 |
| Hex | 1A | F | 7B | 4F | 58 | 0 | 34 | F6 | 4E | 1B |
| Octal | 32 | 17 | 173 | 117 | 130 | 0 | 64 | 366 | 116 | 33 |
| Binary | 11010 | 1111 | 1111011 | 1001111 | 1011000 | 0 | 110100 | 11110110 | 1001110 | 11011 |
Color Harmonies of #1A0F7B
Complementary color
Monochromatic Colors of #1A0F7B
Black with #1A0F7B
Text Example
Text Example
White with #1A0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0F7B; }
p { color: rgb(26,15,123); }
H1.HeaderClassName
{
color: #1A0F7B;
}
.AnyTagClassName
{
color: #1A0F7B;
}
</style>
background-color css
<style>
a { background-color: #1A0F7B; }
a { background-color: rgb(26,15,123); }
div.DivClassName
{
background-color: #1A0F7B;
}
.BgClassName
{
background-color: #1A0F7B;
}
</style>
border-color css
<style>
span { border-color: #1A0F7B; }
span { border-color: rgb(26,15,123); }
td.TdClassName
{
border-color: #1A0F7B;
}
.TagClassName
{
border-color: #1A0F7B;
}
</style>