Shades of Blackcurrant #1A063D
Tints of Blackcurrant #1A063D
RGB
CMYK
RGB Variations
Color information
#1A063D (or 0x1A063D) is known color: Blackcurrant. HEX triplet: 1A, 06 and 3D. RGB value is (26,6,61). Sum of RGB (Red+Green+Blue) = 26+6+61=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A063D is #E5F9C2. Grayscale: #121212. Windows color (decimal): -15071683 or 3999258. OLE color: 3999258.
HSL color Cylindrical-coordinate representation of color #1A063D: hue angle of 261.82º 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 #1A063D is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 6 | 61 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.76 |
| HSL | 261.82º | 0.82% | 0.13% | - |
| HSV(B) | 261.82º | 0.9% | 0.24% | - |
| XYZ | 1.33 | 0.69 | 4.48 | - |
| YUV | 18.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 61 | 0.57 | 0.90 | 0 | 0.76 | 261.82 | 0.82 | 0.13 |
| Hex | 1A | 6 | 3D | 39 | 5A | 0 | 4C | 106 | 52 | D |
| Octal | 32 | 6 | 75 | 71 | 132 | 0 | 114 | 406 | 122 | 15 |
| Binary | 11010 | 110 | 111101 | 111001 | 1011010 | 0 | 1001100 | 100000110 | 1010010 | 1101 |
Color Harmonies of #1A063D
Complementary color
Monochromatic Colors of #1A063D
Black with #1A063D
Text Example
Text Example
White with #1A063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A063D; }
p { color: rgb(26,6,61); }
H1.HeaderClassName
{
color: #1A063D;
}
.AnyTagClassName
{
color: #1A063D;
}
</style>
background-color css
<style>
a { background-color: #1A063D; }
a { background-color: rgb(26,6,61); }
div.DivClassName
{
background-color: #1A063D;
}
.BgClassName
{
background-color: #1A063D;
}
</style>
border-color css
<style>
span { border-color: #1A063D; }
span { border-color: rgb(26,6,61); }
td.TdClassName
{
border-color: #1A063D;
}
.TagClassName
{
border-color: #1A063D;
}
</style>