Shades of Lucky Point #1B225D
Tints of Lucky Point #1B225D
RGB
CMYK
RGB Variations
Color information
#1B225D (or 0x1B225D) is known color: Lucky Point. HEX triplet: 1B, 22 and 5D. RGB value is (27,34,93). Sum of RGB (Red+Green+Blue) = 27+34+93=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B225D is #E4DDA2. Grayscale: #262626. Windows color (decimal): -14998947 or 6103579. OLE color: 6103579.
HSL color Cylindrical-coordinate representation of color #1B225D: hue angle of 233.64º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B225D is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 34 | 93 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.64 |
| HSL | 233.64º | 0.55% | 0.24% | - |
| HSV(B) | 233.64º | 0.71% | 0.36% | - |
| XYZ | 3 | 2.17 | 10.62 | - |
| YUV | 38.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 93 | 0.71 | 0.63 | 0 | 0.64 | 233.64 | 0.55 | 0.24 |
| Hex | 1B | 22 | 5D | 47 | 3F | 0 | 40 | EA | 37 | 18 |
| Octal | 33 | 42 | 135 | 107 | 77 | 0 | 100 | 352 | 67 | 30 |
| Binary | 11011 | 100010 | 1011101 | 1000111 | 111111 | 0 | 1000000 | 11101010 | 110111 | 11000 |
Color Harmonies of #1B225D
Complementary color
Monochromatic Colors of #1B225D
Black with #1B225D
Text Example
Text Example
White with #1B225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B225D; }
p { color: rgb(27,34,93); }
H1.HeaderClassName
{
color: #1B225D;
}
.AnyTagClassName
{
color: #1B225D;
}
</style>
background-color css
<style>
a { background-color: #1B225D; }
a { background-color: rgb(27,34,93); }
div.DivClassName
{
background-color: #1B225D;
}
.BgClassName
{
background-color: #1B225D;
}
</style>
border-color css
<style>
span { border-color: #1B225D; }
span { border-color: rgb(27,34,93); }
td.TdClassName
{
border-color: #1B225D;
}
.TagClassName
{
border-color: #1B225D;
}
</style>