Shades of Lucky Point #1A225D
Tints of Lucky Point #1A225D
RGB
CMYK
RGB Variations
Color information
#1A225D (or 0x1A225D) is known color: Lucky Point. HEX triplet: 1A, 22 and 5D. RGB value is (26,34,93). Sum of RGB (Red+Green+Blue) = 26+34+93=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A225D is #E5DDA2. Grayscale: #262626. Windows color (decimal): -15064483 or 6103578. OLE color: 6103578.
HSL color Cylindrical-coordinate representation of color #1A225D: hue angle of 232.84º 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 #1A225D is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 34 | 93 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.64 |
| HSL | 232.84º | 0.56% | 0.23% | - |
| HSV(B) | 232.84º | 0.72% | 0.36% | - |
| XYZ | 2.97 | 2.15 | 10.61 | - |
| YUV | 38.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 93 | 0.72 | 0.63 | 0 | 0.64 | 232.84 | 0.56 | 0.23 |
| Hex | 1A | 22 | 5D | 48 | 3F | 0 | 40 | E9 | 38 | 17 |
| Octal | 32 | 42 | 135 | 110 | 77 | 0 | 100 | 351 | 70 | 27 |
| Binary | 11010 | 100010 | 1011101 | 1001000 | 111111 | 0 | 1000000 | 11101001 | 111000 | 10111 |
Color Harmonies of #1A225D
Complementary color
Monochromatic Colors of #1A225D
Black with #1A225D
Text Example
Text Example
White with #1A225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A225D; }
p { color: rgb(26,34,93); }
H1.HeaderClassName
{
color: #1A225D;
}
.AnyTagClassName
{
color: #1A225D;
}
</style>
background-color css
<style>
a { background-color: #1A225D; }
a { background-color: rgb(26,34,93); }
div.DivClassName
{
background-color: #1A225D;
}
.BgClassName
{
background-color: #1A225D;
}
</style>
border-color css
<style>
span { border-color: #1A225D; }
span { border-color: rgb(26,34,93); }
td.TdClassName
{
border-color: #1A225D;
}
.TagClassName
{
border-color: #1A225D;
}
</style>