Shades of Lucky Point #1A1E4F
Tints of Lucky Point #1A1E4F
RGB
CMYK
RGB Variations
Color information
#1A1E4F (or 0x1A1E4F) is known color: Lucky Point. HEX triplet: 1A, 1E and 4F. RGB value is (26,30,79). Sum of RGB (Red+Green+Blue) = 26+30+79=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A1E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1E4F is #E5E1B0. Grayscale: #222222. Windows color (decimal): -15065521 or 5185050. OLE color: 5185050.
HSL color Cylindrical-coordinate representation of color #1A1E4F: hue angle of 235.47º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A1E4F is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 30 | 79 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.69 |
| HSL | 235.47º | 0.5% | 0.21% | - |
| HSV(B) | 235.47º | 0.67% | 0.31% | - |
| XYZ | 2.3 | 1.71 | 7.61 | - |
| YUV | 34.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 79 | 0.67 | 0.62 | 0 | 0.69 | 235.47 | 0.5 | 0.21 |
| Hex | 1A | 1E | 4F | 43 | 3E | 0 | 45 | EB | 32 | 15 |
| Octal | 32 | 36 | 117 | 103 | 76 | 0 | 105 | 353 | 62 | 25 |
| Binary | 11010 | 11110 | 1001111 | 1000011 | 111110 | 0 | 1000101 | 11101011 | 110010 | 10101 |
Color Harmonies of #1A1E4F
Complementary color
Monochromatic Colors of #1A1E4F
Black with #1A1E4F
Text Example
Text Example
White with #1A1E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E4F; }
p { color: rgb(26,30,79); }
H1.HeaderClassName
{
color: #1A1E4F;
}
.AnyTagClassName
{
color: #1A1E4F;
}
</style>
background-color css
<style>
a { background-color: #1A1E4F; }
a { background-color: rgb(26,30,79); }
div.DivClassName
{
background-color: #1A1E4F;
}
.BgClassName
{
background-color: #1A1E4F;
}
</style>
border-color css
<style>
span { border-color: #1A1E4F; }
span { border-color: rgb(26,30,79); }
td.TdClassName
{
border-color: #1A1E4F;
}
.TagClassName
{
border-color: #1A1E4F;
}
</style>