Shades of Lucky Point #1A244F
Tints of Lucky Point #1A244F
RGB
CMYK
RGB Variations
Color information
#1A244F (or 0x1A244F) is known color: Lucky Point. HEX triplet: 1A, 24 and 4F. RGB value is (26,36,79). Sum of RGB (Red+Green+Blue) = 26+36+79=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A244F is #E5DBB0. Grayscale: #252525. Windows color (decimal): -15063985 or 5186586. OLE color: 5186586.
HSL color Cylindrical-coordinate representation of color #1A244F: hue angle of 228.68º 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 #1A244F is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 36 | 79 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.69 |
| HSL | 228.68º | 0.5% | 0.21% | - |
| HSV(B) | 228.68º | 0.67% | 0.31% | - |
| XYZ | 2.47 | 2.05 | 7.66 | - |
| YUV | 37.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 79 | 0.67 | 0.54 | 0 | 0.69 | 228.68 | 0.5 | 0.21 |
| Hex | 1A | 24 | 4F | 43 | 36 | 0 | 45 | E5 | 32 | 15 |
| Octal | 32 | 44 | 117 | 103 | 66 | 0 | 105 | 345 | 62 | 25 |
| Binary | 11010 | 100100 | 1001111 | 1000011 | 110110 | 0 | 1000101 | 11100101 | 110010 | 10101 |
Color Harmonies of #1A244F
Complementary color
Monochromatic Colors of #1A244F
Black with #1A244F
Text Example
Text Example
White with #1A244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A244F; }
p { color: rgb(26,36,79); }
H1.HeaderClassName
{
color: #1A244F;
}
.AnyTagClassName
{
color: #1A244F;
}
</style>
background-color css
<style>
a { background-color: #1A244F; }
a { background-color: rgb(26,36,79); }
div.DivClassName
{
background-color: #1A244F;
}
.BgClassName
{
background-color: #1A244F;
}
</style>
border-color css
<style>
span { border-color: #1A244F; }
span { border-color: rgb(26,36,79); }
td.TdClassName
{
border-color: #1A244F;
}
.TagClassName
{
border-color: #1A244F;
}
</style>