Shades of Lucky Point #1A255D
Tints of Lucky Point #1A255D
RGB
CMYK
RGB Variations
Color information
#1A255D (or 0x1A255D) is known color: Lucky Point. HEX triplet: 1A, 25 and 5D. RGB value is (26,37,93). Sum of RGB (Red+Green+Blue) = 26+37+93=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A255D is #E5DAA2. Grayscale: #272727. Windows color (decimal): -15063715 or 6104346. OLE color: 6104346.
HSL color Cylindrical-coordinate representation of color #1A255D: hue angle of 230.15º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A255D is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 37 | 93 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.64 |
| HSL | 230.15º | 0.56% | 0.23% | - |
| HSV(B) | 230.15º | 0.72% | 0.36% | - |
| XYZ | 3.06 | 2.33 | 10.64 | - |
| YUV | 40.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 93 | 0.72 | 0.60 | 0 | 0.64 | 230.15 | 0.56 | 0.23 |
| Hex | 1A | 25 | 5D | 48 | 3C | 0 | 40 | E6 | 38 | 17 |
| Octal | 32 | 45 | 135 | 110 | 74 | 0 | 100 | 346 | 70 | 27 |
| Binary | 11010 | 100101 | 1011101 | 1001000 | 111100 | 0 | 1000000 | 11100110 | 111000 | 10111 |
Color Harmonies of #1A255D
Complementary color
Monochromatic Colors of #1A255D
Black with #1A255D
Text Example
Text Example
White with #1A255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A255D; }
p { color: rgb(26,37,93); }
H1.HeaderClassName
{
color: #1A255D;
}
.AnyTagClassName
{
color: #1A255D;
}
</style>
background-color css
<style>
a { background-color: #1A255D; }
a { background-color: rgb(26,37,93); }
div.DivClassName
{
background-color: #1A255D;
}
.BgClassName
{
background-color: #1A255D;
}
</style>
border-color css
<style>
span { border-color: #1A255D; }
span { border-color: rgb(26,37,93); }
td.TdClassName
{
border-color: #1A255D;
}
.TagClassName
{
border-color: #1A255D;
}
</style>