Shades of Lucky Point #1B275B
Tints of Lucky Point #1B275B
RGB
CMYK
RGB Variations
Color information
#1B275B (or 0x1B275B) is known color: Lucky Point. HEX triplet: 1B, 27 and 5B. RGB value is (27,39,91). Sum of RGB (Red+Green+Blue) = 27+39+91=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B275B is #E4D8A4. Grayscale: #292929. Windows color (decimal): -14997669 or 5973787. OLE color: 5973787.
HSL color Cylindrical-coordinate representation of color #1B275B: hue angle of 228.75º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B275B is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 39 | 91 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.64 |
| HSL | 228.75º | 0.54% | 0.23% | - |
| HSV(B) | 228.75º | 0.7% | 0.36% | - |
| XYZ | 3.07 | 2.44 | 10.21 | - |
| YUV | 41.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 91 | 0.70 | 0.57 | 0 | 0.64 | 228.75 | 0.54 | 0.23 |
| Hex | 1B | 27 | 5B | 46 | 39 | 0 | 40 | E5 | 36 | 17 |
| Octal | 33 | 47 | 133 | 106 | 71 | 0 | 100 | 345 | 66 | 27 |
| Binary | 11011 | 100111 | 1011011 | 1000110 | 111001 | 0 | 1000000 | 11100101 | 110110 | 10111 |
Color Harmonies of #1B275B
Complementary color
Monochromatic Colors of #1B275B
Black with #1B275B
Text Example
Text Example
White with #1B275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B275B; }
p { color: rgb(27,39,91); }
H1.HeaderClassName
{
color: #1B275B;
}
.AnyTagClassName
{
color: #1B275B;
}
</style>
background-color css
<style>
a { background-color: #1B275B; }
a { background-color: rgb(27,39,91); }
div.DivClassName
{
background-color: #1B275B;
}
.BgClassName
{
background-color: #1B275B;
}
</style>
border-color css
<style>
span { border-color: #1B275B; }
span { border-color: rgb(27,39,91); }
td.TdClassName
{
border-color: #1B275B;
}
.TagClassName
{
border-color: #1B275B;
}
</style>