Shades of Blackcurrant #1A053E
Tints of Blackcurrant #1A053E
RGB
CMYK
RGB Variations
Color information
#1A053E (or 0x1A053E) is known color: Blackcurrant. HEX triplet: 1A, 05 and 3E. RGB value is (26,5,62). Sum of RGB (Red+Green+Blue) = 26+5+62=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 62 (24.61% from 255 or 66.67% from 93); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A053E is #E5FAC1. Grayscale: #111111. Windows color (decimal): -15071938 or 4064538. OLE color: 4064538.
HSL color Cylindrical-coordinate representation of color #1A053E: hue angle of 262.11º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A053E is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 5 | 62 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.76 |
| HSL | 262.11º | 0.85% | 0.13% | - |
| HSV(B) | 262.11º | 0.92% | 0.24% | - |
| XYZ | 1.35 | 0.68 | 4.62 | - |
| YUV | 17.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 62 | 0.58 | 0.92 | 0 | 0.76 | 262.11 | 0.85 | 0.13 |
| Hex | 1A | 5 | 3E | 3A | 5C | 0 | 4C | 106 | 55 | D |
| Octal | 32 | 5 | 76 | 72 | 134 | 0 | 114 | 406 | 125 | 15 |
| Binary | 11010 | 101 | 111110 | 111010 | 1011100 | 0 | 1001100 | 100000110 | 1010101 | 1101 |
Color Harmonies of #1A053E
Complementary color
Monochromatic Colors of #1A053E
Black with #1A053E
Text Example
Text Example
White with #1A053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A053E; }
p { color: rgb(26,5,62); }
H1.HeaderClassName
{
color: #1A053E;
}
.AnyTagClassName
{
color: #1A053E;
}
</style>
background-color css
<style>
a { background-color: #1A053E; }
a { background-color: rgb(26,5,62); }
div.DivClassName
{
background-color: #1A053E;
}
.BgClassName
{
background-color: #1A053E;
}
</style>
border-color css
<style>
span { border-color: #1A053E; }
span { border-color: rgb(26,5,62); }
td.TdClassName
{
border-color: #1A053E;
}
.TagClassName
{
border-color: #1A053E;
}
</style>