Shades of Lucky Point #1A204F
Tints of Lucky Point #1A204F
RGB
CMYK
RGB Variations
Color information
#1A204F (or 0x1A204F) is known color: Lucky Point. HEX triplet: 1A, 20 and 4F. RGB value is (26,32,79). Sum of RGB (Red+Green+Blue) = 26+32+79=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A204F is #E5DFB0. Grayscale: #232323. Windows color (decimal): -15065009 or 5185562. OLE color: 5185562.
HSL color Cylindrical-coordinate representation of color #1A204F: hue angle of 233.21º 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 #1A204F is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 32 | 79 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.69 |
| HSL | 233.21º | 0.5% | 0.21% | - |
| HSV(B) | 233.21º | 0.67% | 0.31% | - |
| XYZ | 2.35 | 1.82 | 7.62 | - |
| YUV | 35.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 79 | 0.67 | 0.59 | 0 | 0.69 | 233.21 | 0.5 | 0.21 |
| Hex | 1A | 20 | 4F | 43 | 3B | 0 | 45 | E9 | 32 | 15 |
| Octal | 32 | 40 | 117 | 103 | 73 | 0 | 105 | 351 | 62 | 25 |
| Binary | 11010 | 100000 | 1001111 | 1000011 | 111011 | 0 | 1000101 | 11101001 | 110010 | 10101 |
Color Harmonies of #1A204F
Complementary color
Monochromatic Colors of #1A204F
Black with #1A204F
Text Example
Text Example
White with #1A204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A204F; }
p { color: rgb(26,32,79); }
H1.HeaderClassName
{
color: #1A204F;
}
.AnyTagClassName
{
color: #1A204F;
}
</style>
background-color css
<style>
a { background-color: #1A204F; }
a { background-color: rgb(26,32,79); }
div.DivClassName
{
background-color: #1A204F;
}
.BgClassName
{
background-color: #1A204F;
}
</style>
border-color css
<style>
span { border-color: #1A204F; }
span { border-color: rgb(26,32,79); }
td.TdClassName
{
border-color: #1A204F;
}
.TagClassName
{
border-color: #1A204F;
}
</style>