Shades of Lucky Point #1B225C
Tints of Lucky Point #1B225C
RGB
CMYK
RGB Variations
Color information
#1B225C (or 0x1B225C) is known color: Lucky Point. HEX triplet: 1B, 22 and 5C. RGB value is (27,34,92). Sum of RGB (Red+Green+Blue) = 27+34+92=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B225C is #E4DDA3. Grayscale: #262626. Windows color (decimal): -14998948 or 6038043. OLE color: 6038043.
HSL color Cylindrical-coordinate representation of color #1B225C: hue angle of 233.54º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B225C is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 34 | 92 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.64 |
| HSL | 233.54º | 0.55% | 0.23% | - |
| HSV(B) | 233.54º | 0.71% | 0.36% | - |
| XYZ | 2.96 | 2.15 | 10.38 | - |
| YUV | 38.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 92 | 0.71 | 0.63 | 0 | 0.64 | 233.54 | 0.55 | 0.23 |
| Hex | 1B | 22 | 5C | 47 | 3F | 0 | 40 | EA | 37 | 17 |
| Octal | 33 | 42 | 134 | 107 | 77 | 0 | 100 | 352 | 67 | 27 |
| Binary | 11011 | 100010 | 1011100 | 1000111 | 111111 | 0 | 1000000 | 11101010 | 110111 | 10111 |
Color Harmonies of #1B225C
Complementary color
Monochromatic Colors of #1B225C
Black with #1B225C
Text Example
Text Example
White with #1B225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B225C; }
p { color: rgb(27,34,92); }
H1.HeaderClassName
{
color: #1B225C;
}
.AnyTagClassName
{
color: #1B225C;
}
</style>
background-color css
<style>
a { background-color: #1B225C; }
a { background-color: rgb(27,34,92); }
div.DivClassName
{
background-color: #1B225C;
}
.BgClassName
{
background-color: #1B225C;
}
</style>
border-color css
<style>
span { border-color: #1B225C; }
span { border-color: rgb(27,34,92); }
td.TdClassName
{
border-color: #1B225C;
}
.TagClassName
{
border-color: #1B225C;
}
</style>