Shades of Lucky Point #1F2A65
Tints of Lucky Point #1F2A65
RGB
CMYK
RGB Variations
Color information
#1F2A65 (or 0x1F2A65) is known color: Lucky Point. HEX triplet: 1F, 2A and 65. RGB value is (31,42,101). Sum of RGB (Red+Green+Blue) = 31+42+101=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F2A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2A65 is #E0D59A. Grayscale: #2D2D2D. Windows color (decimal): -14734747 or 6629919. OLE color: 6629919.
HSL color Cylindrical-coordinate representation of color #1F2A65: hue angle of 230.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F2A65 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 42 | 101 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.60 |
| HSL | 230.57º | 0.53% | 0.26% | - |
| HSV(B) | 230.57º | 0.69% | 0.4% | - |
| XYZ | 3.74 | 2.89 | 12.67 | - |
| YUV | 45.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 101 | 0.69 | 0.58 | 0 | 0.60 | 230.57 | 0.53 | 0.26 |
| Hex | 1F | 2A | 65 | 45 | 3A | 0 | 3C | E7 | 35 | 1A |
| Octal | 37 | 52 | 145 | 105 | 72 | 0 | 74 | 347 | 65 | 32 |
| Binary | 11111 | 101010 | 1100101 | 1000101 | 111010 | 0 | 111100 | 11100111 | 110101 | 11010 |
Color Harmonies of #1F2A65
Complementary color
Monochromatic Colors of #1F2A65
Black with #1F2A65
Text Example
Text Example
White with #1F2A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2A65; }
p { color: rgb(31,42,101); }
H1.HeaderClassName
{
color: #1F2A65;
}
.AnyTagClassName
{
color: #1F2A65;
}
</style>
background-color css
<style>
a { background-color: #1F2A65; }
a { background-color: rgb(31,42,101); }
div.DivClassName
{
background-color: #1F2A65;
}
.BgClassName
{
background-color: #1F2A65;
}
</style>
border-color css
<style>
span { border-color: #1F2A65; }
span { border-color: rgb(31,42,101); }
td.TdClassName
{
border-color: #1F2A65;
}
.TagClassName
{
border-color: #1F2A65;
}
</style>