Shades of Lucky Point #151A4F
Tints of Lucky Point #151A4F
RGB
CMYK
RGB Variations
Color information
#151A4F (or 0x151A4F) is known color: Lucky Point. HEX triplet: 15, 1A and 4F. RGB value is (21,26,79). Sum of RGB (Red+Green+Blue) = 21+26+79=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #151A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A4F is #EAE5B0. Grayscale: #1E1E1E. Windows color (decimal): -15394225 or 5184021. OLE color: 5184021.
HSL color Cylindrical-coordinate representation of color #151A4F: hue angle of 234.83º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151A4F is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 26 | 79 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.69 |
| HSL | 234.83º | 0.58% | 0.2% | - |
| HSV(B) | 234.83º | 0.73% | 0.31% | - |
| XYZ | 2.09 | 1.46 | 7.57 | - |
| YUV | 30.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 79 | 0.73 | 0.67 | 0 | 0.69 | 234.83 | 0.58 | 0.2 |
| Hex | 15 | 1A | 4F | 49 | 43 | 0 | 45 | EB | 3A | 14 |
| Octal | 25 | 32 | 117 | 111 | 103 | 0 | 105 | 353 | 72 | 24 |
| Binary | 10101 | 11010 | 1001111 | 1001001 | 1000011 | 0 | 1000101 | 11101011 | 111010 | 10100 |
Color Harmonies of #151A4F
Complementary color
Monochromatic Colors of #151A4F
Black with #151A4F
Text Example
Text Example
White with #151A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A4F; }
p { color: rgb(21,26,79); }
H1.HeaderClassName
{
color: #151A4F;
}
.AnyTagClassName
{
color: #151A4F;
}
</style>
background-color css
<style>
a { background-color: #151A4F; }
a { background-color: rgb(21,26,79); }
div.DivClassName
{
background-color: #151A4F;
}
.BgClassName
{
background-color: #151A4F;
}
</style>
border-color css
<style>
span { border-color: #151A4F; }
span { border-color: rgb(21,26,79); }
td.TdClassName
{
border-color: #151A4F;
}
.TagClassName
{
border-color: #151A4F;
}
</style>