Shades of Lucky Point #1F235A
Tints of Lucky Point #1F235A
RGB
CMYK
RGB Variations
Color information
#1F235A (or 0x1F235A) is known color: Lucky Point. HEX triplet: 1F, 23 and 5A. RGB value is (31,35,90). Sum of RGB (Red+Green+Blue) = 31+35+90=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F235A is #E0DCA5. Grayscale: #272727. Windows color (decimal): -14736550 or 5907231. OLE color: 5907231.
HSL color Cylindrical-coordinate representation of color #1F235A: hue angle of 235.93º 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 #1F235A is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 35 | 90 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.65 |
| HSL | 235.93º | 0.49% | 0.24% | - |
| HSV(B) | 235.93º | 0.66% | 0.35% | - |
| XYZ | 3.01 | 2.23 | 9.94 | - |
| YUV | 40.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 90 | 0.66 | 0.61 | 0 | 0.65 | 235.93 | 0.49 | 0.24 |
| Hex | 1F | 23 | 5A | 42 | 3D | 0 | 41 | EC | 31 | 18 |
| Octal | 37 | 43 | 132 | 102 | 75 | 0 | 101 | 354 | 61 | 30 |
| Binary | 11111 | 100011 | 1011010 | 1000010 | 111101 | 0 | 1000001 | 11101100 | 110001 | 11000 |
Color Harmonies of #1F235A
Complementary color
Monochromatic Colors of #1F235A
Black with #1F235A
Text Example
Text Example
White with #1F235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F235A; }
p { color: rgb(31,35,90); }
H1.HeaderClassName
{
color: #1F235A;
}
.AnyTagClassName
{
color: #1F235A;
}
</style>
background-color css
<style>
a { background-color: #1F235A; }
a { background-color: rgb(31,35,90); }
div.DivClassName
{
background-color: #1F235A;
}
.BgClassName
{
background-color: #1F235A;
}
</style>
border-color css
<style>
span { border-color: #1F235A; }
span { border-color: rgb(31,35,90); }
td.TdClassName
{
border-color: #1F235A;
}
.TagClassName
{
border-color: #1F235A;
}
</style>