Shades of Lucky Point #1A274D
Tints of Lucky Point #1A274D
RGB
CMYK
RGB Variations
Color information
#1A274D (or 0x1A274D) is known color: Lucky Point. HEX triplet: 1A, 27 and 4D. RGB value is (26,39,77). Sum of RGB (Red+Green+Blue) = 26+39+77=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A274D is #E5D8B2. Grayscale: #272727. Windows color (decimal): -15063219 or 5056282. OLE color: 5056282.
HSL color Cylindrical-coordinate representation of color #1A274D: hue angle of 224.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A274D is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 39 | 77 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.70 |
| HSL | 224.71º | 0.5% | 0.2% | - |
| HSV(B) | 224.71º | 0.66% | 0.3% | - |
| XYZ | 2.49 | 2.21 | 7.32 | - |
| YUV | 39.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 77 | 0.66 | 0.49 | 0 | 0.70 | 224.71 | 0.5 | 0.2 |
| Hex | 1A | 27 | 4D | 42 | 31 | 0 | 46 | E1 | 32 | 14 |
| Octal | 32 | 47 | 115 | 102 | 61 | 0 | 106 | 341 | 62 | 24 |
| Binary | 11010 | 100111 | 1001101 | 1000010 | 110001 | 0 | 1000110 | 11100001 | 110010 | 10100 |
Color Harmonies of #1A274D
Complementary color
Monochromatic Colors of #1A274D
Black with #1A274D
Text Example
Text Example
White with #1A274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A274D; }
p { color: rgb(26,39,77); }
H1.HeaderClassName
{
color: #1A274D;
}
.AnyTagClassName
{
color: #1A274D;
}
</style>
background-color css
<style>
a { background-color: #1A274D; }
a { background-color: rgb(26,39,77); }
div.DivClassName
{
background-color: #1A274D;
}
.BgClassName
{
background-color: #1A274D;
}
</style>
border-color css
<style>
span { border-color: #1A274D; }
span { border-color: rgb(26,39,77); }
td.TdClassName
{
border-color: #1A274D;
}
.TagClassName
{
border-color: #1A274D;
}
</style>