Shades of Lucky Point #1B225A
Tints of Lucky Point #1B225A
RGB
CMYK
RGB Variations
Color information
#1B225A (or 0x1B225A) is known color: Lucky Point. HEX triplet: 1B, 22 and 5A. RGB value is (27,34,90). Sum of RGB (Red+Green+Blue) = 27+34+90=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B225A is #E4DDA5. Grayscale: #262626. Windows color (decimal): -14998950 or 5906971. OLE color: 5906971.
HSL color Cylindrical-coordinate representation of color #1B225A: hue angle of 233.33º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B225A is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 34 | 90 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.65 |
| HSL | 233.33º | 0.54% | 0.23% | - |
| HSV(B) | 233.33º | 0.7% | 0.35% | - |
| XYZ | 2.87 | 2.12 | 9.93 | - |
| YUV | 38.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 90 | 0.70 | 0.62 | 0 | 0.65 | 233.33 | 0.54 | 0.23 |
| Hex | 1B | 22 | 5A | 46 | 3E | 0 | 41 | E9 | 36 | 17 |
| Octal | 33 | 42 | 132 | 106 | 76 | 0 | 101 | 351 | 66 | 27 |
| Binary | 11011 | 100010 | 1011010 | 1000110 | 111110 | 0 | 1000001 | 11101001 | 110110 | 10111 |
Color Harmonies of #1B225A
Complementary color
Monochromatic Colors of #1B225A
Black with #1B225A
Text Example
Text Example
White with #1B225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B225A; }
p { color: rgb(27,34,90); }
H1.HeaderClassName
{
color: #1B225A;
}
.AnyTagClassName
{
color: #1B225A;
}
</style>
background-color css
<style>
a { background-color: #1B225A; }
a { background-color: rgb(27,34,90); }
div.DivClassName
{
background-color: #1B225A;
}
.BgClassName
{
background-color: #1B225A;
}
</style>
border-color css
<style>
span { border-color: #1B225A; }
span { border-color: rgb(27,34,90); }
td.TdClassName
{
border-color: #1B225A;
}
.TagClassName
{
border-color: #1B225A;
}
</style>