Shades of Lucky Point #1F285F
Tints of Lucky Point #1F285F
RGB
CMYK
RGB Variations
Color information
#1F285F (or 0x1F285F) is known color: Lucky Point. HEX triplet: 1F, 28 and 5F. RGB value is (31,40,95). Sum of RGB (Red+Green+Blue) = 31+40+95=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F285F is #E0D7A0. Grayscale: #2B2B2B. Windows color (decimal): -14735265 or 6236191. OLE color: 6236191.
HSL color Cylindrical-coordinate representation of color #1F285F: hue angle of 231.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F285F is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 40 | 95 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.63 |
| HSL | 231.56º | 0.51% | 0.25% | - |
| HSV(B) | 231.56º | 0.67% | 0.37% | - |
| XYZ | 3.39 | 2.64 | 11.16 | - |
| YUV | 43.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 95 | 0.67 | 0.58 | 0 | 0.63 | 231.56 | 0.51 | 0.25 |
| Hex | 1F | 28 | 5F | 43 | 3A | 0 | 3F | E8 | 33 | 19 |
| Octal | 37 | 50 | 137 | 103 | 72 | 0 | 77 | 350 | 63 | 31 |
| Binary | 11111 | 101000 | 1011111 | 1000011 | 111010 | 0 | 111111 | 11101000 | 110011 | 11001 |
Color Harmonies of #1F285F
Complementary color
Monochromatic Colors of #1F285F
Black with #1F285F
Text Example
Text Example
White with #1F285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F285F; }
p { color: rgb(31,40,95); }
H1.HeaderClassName
{
color: #1F285F;
}
.AnyTagClassName
{
color: #1F285F;
}
</style>
background-color css
<style>
a { background-color: #1F285F; }
a { background-color: rgb(31,40,95); }
div.DivClassName
{
background-color: #1F285F;
}
.BgClassName
{
background-color: #1F285F;
}
</style>
border-color css
<style>
span { border-color: #1F285F; }
span { border-color: rgb(31,40,95); }
td.TdClassName
{
border-color: #1F285F;
}
.TagClassName
{
border-color: #1F285F;
}
</style>