Shades of Lucky Point #1F214C
Tints of Lucky Point #1F214C
RGB
CMYK
RGB Variations
Color information
#1F214C (or 0x1F214C) is known color: Lucky Point. HEX triplet: 1F, 21 and 4C. RGB value is (31,33,76). Sum of RGB (Red+Green+Blue) = 31+33+76=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F214C is #E0DEB3. Grayscale: #252525. Windows color (decimal): -14737076 or 4989215. OLE color: 4989215.
HSL color Cylindrical-coordinate representation of color #1F214C: hue angle of 237.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F214C is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 33 | 76 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.70 |
| HSL | 237.33º | 0.42% | 0.21% | - |
| HSV(B) | 237.33º | 0.59% | 0.3% | - |
| XYZ | 2.41 | 1.9 | 7.08 | - |
| YUV | 37.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 76 | 0.59 | 0.57 | 0 | 0.70 | 237.33 | 0.42 | 0.21 |
| Hex | 1F | 21 | 4C | 3B | 39 | 0 | 46 | ED | 2A | 15 |
| Octal | 37 | 41 | 114 | 73 | 71 | 0 | 106 | 355 | 52 | 25 |
| Binary | 11111 | 100001 | 1001100 | 111011 | 111001 | 0 | 1000110 | 11101101 | 101010 | 10101 |
Color Harmonies of #1F214C
Complementary color
Monochromatic Colors of #1F214C
Black with #1F214C
Text Example
Text Example
White with #1F214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F214C; }
p { color: rgb(31,33,76); }
H1.HeaderClassName
{
color: #1F214C;
}
.AnyTagClassName
{
color: #1F214C;
}
</style>
background-color css
<style>
a { background-color: #1F214C; }
a { background-color: rgb(31,33,76); }
div.DivClassName
{
background-color: #1F214C;
}
.BgClassName
{
background-color: #1F214C;
}
</style>
border-color css
<style>
span { border-color: #1F214C; }
span { border-color: rgb(31,33,76); }
td.TdClassName
{
border-color: #1F214C;
}
.TagClassName
{
border-color: #1F214C;
}
</style>