Shades of Lucky Point #141A4F
Tints of Lucky Point #141A4F
RGB
CMYK
RGB Variations
Color information
#141A4F (or 0x141A4F) is known color: Lucky Point. HEX triplet: 14, 1A and 4F. RGB value is (20,26,79). Sum of RGB (Red+Green+Blue) = 20+26+79=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #141A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A4F is #EBE5B0. Grayscale: #1E1E1E. Windows color (decimal): -15459761 or 5184020. OLE color: 5184020.
HSL color Cylindrical-coordinate representation of color #141A4F: hue angle of 233.9º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141A4F is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 26 | 79 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.69 |
| HSL | 233.9º | 0.6% | 0.19% | - |
| HSV(B) | 233.9º | 0.75% | 0.31% | - |
| XYZ | 2.07 | 1.45 | 7.57 | - |
| YUV | 30.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 79 | 0.75 | 0.67 | 0 | 0.69 | 233.9 | 0.6 | 0.19 |
| Hex | 14 | 1A | 4F | 4B | 43 | 0 | 45 | EA | 3C | 13 |
| Octal | 24 | 32 | 117 | 113 | 103 | 0 | 105 | 352 | 74 | 23 |
| Binary | 10100 | 11010 | 1001111 | 1001011 | 1000011 | 0 | 1000101 | 11101010 | 111100 | 10011 |
Color Harmonies of #141A4F
Complementary color
Monochromatic Colors of #141A4F
Black with #141A4F
Text Example
Text Example
White with #141A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A4F; }
p { color: rgb(20,26,79); }
H1.HeaderClassName
{
color: #141A4F;
}
.AnyTagClassName
{
color: #141A4F;
}
</style>
background-color css
<style>
a { background-color: #141A4F; }
a { background-color: rgb(20,26,79); }
div.DivClassName
{
background-color: #141A4F;
}
.BgClassName
{
background-color: #141A4F;
}
</style>
border-color css
<style>
span { border-color: #141A4F; }
span { border-color: rgb(20,26,79); }
td.TdClassName
{
border-color: #141A4F;
}
.TagClassName
{
border-color: #141A4F;
}
</style>