Shades of Lucky Point #141B55
Tints of Lucky Point #141B55
RGB
CMYK
RGB Variations
Color information
#141B55 (or 0x141B55) is known color: Lucky Point. HEX triplet: 14, 1B and 55. RGB value is (20,27,85). Sum of RGB (Red+Green+Blue) = 20+27+85=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #141B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B55 is #EBE4AA. Grayscale: #1F1F1F. Windows color (decimal): -15459499 or 5577492. OLE color: 5577492.
HSL color Cylindrical-coordinate representation of color #141B55: hue angle of 233.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141B55 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 27 | 85 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.67 |
| HSL | 233.54º | 0.62% | 0.21% | - |
| HSV(B) | 233.54º | 0.76% | 0.33% | - |
| XYZ | 2.32 | 1.59 | 8.78 | - |
| YUV | 31.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 85 | 0.76 | 0.68 | 0 | 0.67 | 233.54 | 0.62 | 0.21 |
| Hex | 14 | 1B | 55 | 4C | 44 | 0 | 43 | EA | 3E | 15 |
| Octal | 24 | 33 | 125 | 114 | 104 | 0 | 103 | 352 | 76 | 25 |
| Binary | 10100 | 11011 | 1010101 | 1001100 | 1000100 | 0 | 1000011 | 11101010 | 111110 | 10101 |
Color Harmonies of #141B55
Complementary color
Monochromatic Colors of #141B55
Black with #141B55
Text Example
Text Example
White with #141B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B55; }
p { color: rgb(20,27,85); }
H1.HeaderClassName
{
color: #141B55;
}
.AnyTagClassName
{
color: #141B55;
}
</style>
background-color css
<style>
a { background-color: #141B55; }
a { background-color: rgb(20,27,85); }
div.DivClassName
{
background-color: #141B55;
}
.BgClassName
{
background-color: #141B55;
}
</style>
border-color css
<style>
span { border-color: #141B55; }
span { border-color: rgb(20,27,85); }
td.TdClassName
{
border-color: #141B55;
}
.TagClassName
{
border-color: #141B55;
}
</style>