Shades of Lucky Point #151C4F
Tints of Lucky Point #151C4F
RGB
CMYK
RGB Variations
Color information
#151C4F (or 0x151C4F) is known color: Lucky Point. HEX triplet: 15, 1C and 4F. RGB value is (21,28,79). Sum of RGB (Red+Green+Blue) = 21+28+79=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #151C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151C4F is #EAE3B0. Grayscale: #1F1F1F. Windows color (decimal): -15393713 or 5184533. OLE color: 5184533.
HSL color Cylindrical-coordinate representation of color #151C4F: hue angle of 232.76º 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 #151C4F is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 28 | 79 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.69 |
| HSL | 232.76º | 0.58% | 0.2% | - |
| HSV(B) | 232.76º | 0.73% | 0.31% | - |
| XYZ | 2.14 | 1.55 | 7.58 | - |
| YUV | 31.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 79 | 0.73 | 0.65 | 0 | 0.69 | 232.76 | 0.58 | 0.2 |
| Hex | 15 | 1C | 4F | 49 | 41 | 0 | 45 | E9 | 3A | 14 |
| Octal | 25 | 34 | 117 | 111 | 101 | 0 | 105 | 351 | 72 | 24 |
| Binary | 10101 | 11100 | 1001111 | 1001001 | 1000001 | 0 | 1000101 | 11101001 | 111010 | 10100 |
Color Harmonies of #151C4F
Complementary color
Monochromatic Colors of #151C4F
Black with #151C4F
Text Example
Text Example
White with #151C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C4F; }
p { color: rgb(21,28,79); }
H1.HeaderClassName
{
color: #151C4F;
}
.AnyTagClassName
{
color: #151C4F;
}
</style>
background-color css
<style>
a { background-color: #151C4F; }
a { background-color: rgb(21,28,79); }
div.DivClassName
{
background-color: #151C4F;
}
.BgClassName
{
background-color: #151C4F;
}
</style>
border-color css
<style>
span { border-color: #151C4F; }
span { border-color: rgb(21,28,79); }
td.TdClassName
{
border-color: #151C4F;
}
.TagClassName
{
border-color: #151C4F;
}
</style>