Shades of Lucky Point #1F275B
Tints of Lucky Point #1F275B
RGB
CMYK
RGB Variations
Color information
#1F275B (or 0x1F275B) is known color: Lucky Point. HEX triplet: 1F, 27 and 5B. RGB value is (31,39,91). Sum of RGB (Red+Green+Blue) = 31+39+91=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F275B is #E0D8A4. Grayscale: #2A2A2A. Windows color (decimal): -14735525 or 5973791. OLE color: 5973791.
HSL color Cylindrical-coordinate representation of color #1F275B: hue angle of 232º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F275B is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 39 | 91 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.64 |
| HSL | 232º | 0.49% | 0.24% | - |
| HSV(B) | 232º | 0.66% | 0.36% | - |
| XYZ | 3.18 | 2.5 | 10.21 | - |
| YUV | 42.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 91 | 0.66 | 0.57 | 0 | 0.64 | 232 | 0.49 | 0.24 |
| Hex | 1F | 27 | 5B | 42 | 39 | 0 | 40 | E8 | 31 | 18 |
| Octal | 37 | 47 | 133 | 102 | 71 | 0 | 100 | 350 | 61 | 30 |
| Binary | 11111 | 100111 | 1011011 | 1000010 | 111001 | 0 | 1000000 | 11101000 | 110001 | 11000 |
Color Harmonies of #1F275B
Complementary color
Monochromatic Colors of #1F275B
Black with #1F275B
Text Example
Text Example
White with #1F275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F275B; }
p { color: rgb(31,39,91); }
H1.HeaderClassName
{
color: #1F275B;
}
.AnyTagClassName
{
color: #1F275B;
}
</style>
background-color css
<style>
a { background-color: #1F275B; }
a { background-color: rgb(31,39,91); }
div.DivClassName
{
background-color: #1F275B;
}
.BgClassName
{
background-color: #1F275B;
}
</style>
border-color css
<style>
span { border-color: #1F275B; }
span { border-color: rgb(31,39,91); }
td.TdClassName
{
border-color: #1F275B;
}
.TagClassName
{
border-color: #1F275B;
}
</style>