Shades of Lucky Point #1F2357
Tints of Lucky Point #1F2357
RGB
CMYK
RGB Variations
Color information
#1F2357 (or 0x1F2357) is known color: Lucky Point. HEX triplet: 1F, 23 and 57. RGB value is (31,35,87). Sum of RGB (Red+Green+Blue) = 31+35+87=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F2357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2357 is #E0DCA8. Grayscale: #272727. Windows color (decimal): -14736553 or 5710623. OLE color: 5710623.
HSL color Cylindrical-coordinate representation of color #1F2357: hue angle of 235.71º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F2357 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 35 | 87 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.66 |
| HSL | 235.71º | 0.47% | 0.23% | - |
| HSV(B) | 235.71º | 0.64% | 0.34% | - |
| XYZ | 2.89 | 2.18 | 9.29 | - |
| YUV | 39.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 87 | 0.64 | 0.60 | 0 | 0.66 | 235.71 | 0.47 | 0.23 |
| Hex | 1F | 23 | 57 | 40 | 3C | 0 | 42 | EC | 2F | 17 |
| Octal | 37 | 43 | 127 | 100 | 74 | 0 | 102 | 354 | 57 | 27 |
| Binary | 11111 | 100011 | 1010111 | 1000000 | 111100 | 0 | 1000010 | 11101100 | 101111 | 10111 |
Color Harmonies of #1F2357
Complementary color
Monochromatic Colors of #1F2357
Black with #1F2357
Text Example
Text Example
White with #1F2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2357; }
p { color: rgb(31,35,87); }
H1.HeaderClassName
{
color: #1F2357;
}
.AnyTagClassName
{
color: #1F2357;
}
</style>
background-color css
<style>
a { background-color: #1F2357; }
a { background-color: rgb(31,35,87); }
div.DivClassName
{
background-color: #1F2357;
}
.BgClassName
{
background-color: #1F2357;
}
</style>
border-color css
<style>
span { border-color: #1F2357; }
span { border-color: rgb(31,35,87); }
td.TdClassName
{
border-color: #1F2357;
}
.TagClassName
{
border-color: #1F2357;
}
</style>