Shades of Blackcurrant #1A063E
Tints of Blackcurrant #1A063E
RGB
CMYK
RGB Variations
Color information
#1A063E (or 0x1A063E) is known color: Blackcurrant. HEX triplet: 1A, 06 and 3E. RGB value is (26,6,62). Sum of RGB (Red+Green+Blue) = 26+6+62=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A063E is #E5F9C1. Grayscale: #121212. Windows color (decimal): -15071682 or 4064794. OLE color: 4064794.
HSL color Cylindrical-coordinate representation of color #1A063E: hue angle of 261.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A063E is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 6 | 62 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.76 |
| HSL | 261.43º | 0.82% | 0.13% | - |
| HSV(B) | 261.43º | 0.9% | 0.24% | - |
| XYZ | 1.36 | 0.7 | 4.62 | - |
| YUV | 18.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 62 | 0.58 | 0.90 | 0 | 0.76 | 261.43 | 0.82 | 0.13 |
| Hex | 1A | 6 | 3E | 3A | 5A | 0 | 4C | 105 | 52 | D |
| Octal | 32 | 6 | 76 | 72 | 132 | 0 | 114 | 405 | 122 | 15 |
| Binary | 11010 | 110 | 111110 | 111010 | 1011010 | 0 | 1001100 | 100000101 | 1010010 | 1101 |
Color Harmonies of #1A063E
Complementary color
Monochromatic Colors of #1A063E
Black with #1A063E
Text Example
Text Example
White with #1A063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A063E; }
p { color: rgb(26,6,62); }
H1.HeaderClassName
{
color: #1A063E;
}
.AnyTagClassName
{
color: #1A063E;
}
</style>
background-color css
<style>
a { background-color: #1A063E; }
a { background-color: rgb(26,6,62); }
div.DivClassName
{
background-color: #1A063E;
}
.BgClassName
{
background-color: #1A063E;
}
</style>
border-color css
<style>
span { border-color: #1A063E; }
span { border-color: rgb(26,6,62); }
td.TdClassName
{
border-color: #1A063E;
}
.TagClassName
{
border-color: #1A063E;
}
</style>