Shades of Midnight Blue #1A016C
Tints of Midnight Blue #1A016C
RGB
CMYK
RGB Variations
Color information
#1A016C (or 0x1A016C) is known color: Midnight Blue. HEX triplet: 1A, 01 and 6C. RGB value is (26,1,108). Sum of RGB (Red+Green+Blue) = 26+1+108=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A016C is #E5FE93. Grayscale: #141414. Windows color (decimal): -15072916 or 7078170. OLE color: 7078170.
HSL color Cylindrical-coordinate representation of color #1A016C: hue angle of 254.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A016C is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 1 | 108 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.58 |
| HSL | 254.02º | 0.98% | 0.21% | - |
| HSV(B) | 254.02º | 0.99% | 0.42% | - |
| XYZ | 3.14 | 1.32 | 14.28 | - |
| YUV | 20.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 108 | 0.76 | 0.99 | 0 | 0.58 | 254.02 | 0.98 | 0.21 |
| Hex | 1A | 1 | 6C | 4C | 63 | 0 | 3A | FE | 62 | 15 |
| Octal | 32 | 1 | 154 | 114 | 143 | 0 | 72 | 376 | 142 | 25 |
| Binary | 11010 | 1 | 1101100 | 1001100 | 1100011 | 0 | 111010 | 11111110 | 1100010 | 10101 |
Color Harmonies of #1A016C
Complementary color
Monochromatic Colors of #1A016C
Black with #1A016C
Text Example
Text Example
White with #1A016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A016C; }
p { color: rgb(26,1,108); }
H1.HeaderClassName
{
color: #1A016C;
}
.AnyTagClassName
{
color: #1A016C;
}
</style>
background-color css
<style>
a { background-color: #1A016C; }
a { background-color: rgb(26,1,108); }
div.DivClassName
{
background-color: #1A016C;
}
.BgClassName
{
background-color: #1A016C;
}
</style>
border-color css
<style>
span { border-color: #1A016C; }
span { border-color: rgb(26,1,108); }
td.TdClassName
{
border-color: #1A016C;
}
.TagClassName
{
border-color: #1A016C;
}
</style>