Shades of Lucky Point #1F255A
Tints of Lucky Point #1F255A
RGB
CMYK
RGB Variations
Color information
#1F255A (or 0x1F255A) is known color: Lucky Point. HEX triplet: 1F, 25 and 5A. RGB value is (31,37,90). Sum of RGB (Red+Green+Blue) = 31+37+90=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F255A is #E0DAA5. Grayscale: #292929. Windows color (decimal): -14736038 or 5907743. OLE color: 5907743.
HSL color Cylindrical-coordinate representation of color #1F255A: hue angle of 233.9º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F255A is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 37 | 90 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.65 |
| HSL | 233.9º | 0.49% | 0.24% | - |
| HSV(B) | 233.9º | 0.66% | 0.35% | - |
| XYZ | 3.07 | 2.35 | 9.97 | - |
| YUV | 41.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 90 | 0.66 | 0.59 | 0 | 0.65 | 233.9 | 0.49 | 0.24 |
| Hex | 1F | 25 | 5A | 42 | 3B | 0 | 41 | EA | 31 | 18 |
| Octal | 37 | 45 | 132 | 102 | 73 | 0 | 101 | 352 | 61 | 30 |
| Binary | 11111 | 100101 | 1011010 | 1000010 | 111011 | 0 | 1000001 | 11101010 | 110001 | 11000 |
Color Harmonies of #1F255A
Complementary color
Monochromatic Colors of #1F255A
Black with #1F255A
Text Example
Text Example
White with #1F255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F255A; }
p { color: rgb(31,37,90); }
H1.HeaderClassName
{
color: #1F255A;
}
.AnyTagClassName
{
color: #1F255A;
}
</style>
background-color css
<style>
a { background-color: #1F255A; }
a { background-color: rgb(31,37,90); }
div.DivClassName
{
background-color: #1F255A;
}
.BgClassName
{
background-color: #1F255A;
}
</style>
border-color css
<style>
span { border-color: #1F255A; }
span { border-color: rgb(31,37,90); }
td.TdClassName
{
border-color: #1F255A;
}
.TagClassName
{
border-color: #1F255A;
}
</style>