Shades of Lucky Point #1A224F
Tints of Lucky Point #1A224F
RGB
CMYK
RGB Variations
Color information
#1A224F (or 0x1A224F) is known color: Lucky Point. HEX triplet: 1A, 22 and 4F. RGB value is (26,34,79). Sum of RGB (Red+Green+Blue) = 26+34+79=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A224F is #E5DDB0. Grayscale: #242424. Windows color (decimal): -15064497 or 5186074. OLE color: 5186074.
HSL color Cylindrical-coordinate representation of color #1A224F: hue angle of 230.94º 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 #1A224F is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 34 | 79 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.69 |
| HSL | 230.94º | 0.5% | 0.21% | - |
| HSV(B) | 230.94º | 0.67% | 0.31% | - |
| XYZ | 2.41 | 1.93 | 7.64 | - |
| YUV | 36.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 79 | 0.67 | 0.57 | 0 | 0.69 | 230.94 | 0.5 | 0.21 |
| Hex | 1A | 22 | 4F | 43 | 39 | 0 | 45 | E7 | 32 | 15 |
| Octal | 32 | 42 | 117 | 103 | 71 | 0 | 105 | 347 | 62 | 25 |
| Binary | 11010 | 100010 | 1001111 | 1000011 | 111001 | 0 | 1000101 | 11100111 | 110010 | 10101 |
Color Harmonies of #1A224F
Complementary color
Monochromatic Colors of #1A224F
Black with #1A224F
Text Example
Text Example
White with #1A224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A224F; }
p { color: rgb(26,34,79); }
H1.HeaderClassName
{
color: #1A224F;
}
.AnyTagClassName
{
color: #1A224F;
}
</style>
background-color css
<style>
a { background-color: #1A224F; }
a { background-color: rgb(26,34,79); }
div.DivClassName
{
background-color: #1A224F;
}
.BgClassName
{
background-color: #1A224F;
}
</style>
border-color css
<style>
span { border-color: #1A224F; }
span { border-color: rgb(26,34,79); }
td.TdClassName
{
border-color: #1A224F;
}
.TagClassName
{
border-color: #1A224F;
}
</style>