Shades of Lucky Point #1B234E
Tints of Lucky Point #1B234E
RGB
CMYK
RGB Variations
Color information
#1B234E (or 0x1B234E) is known color: Lucky Point. HEX triplet: 1B, 23 and 4E. RGB value is (27,35,78). Sum of RGB (Red+Green+Blue) = 27+35+78=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B234E is #E4DCB1. Grayscale: #252525. Windows color (decimal): -14998706 or 5120795. OLE color: 5120795.
HSL color Cylindrical-coordinate representation of color #1B234E: hue angle of 230.59º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B234E is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 35 | 78 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.69 |
| HSL | 230.59º | 0.49% | 0.21% | - |
| HSV(B) | 230.59º | 0.65% | 0.31% | - |
| XYZ | 2.43 | 1.99 | 7.46 | - |
| YUV | 37.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 78 | 0.65 | 0.55 | 0 | 0.69 | 230.59 | 0.49 | 0.21 |
| Hex | 1B | 23 | 4E | 41 | 37 | 0 | 45 | E7 | 31 | 15 |
| Octal | 33 | 43 | 116 | 101 | 67 | 0 | 105 | 347 | 61 | 25 |
| Binary | 11011 | 100011 | 1001110 | 1000001 | 110111 | 0 | 1000101 | 11100111 | 110001 | 10101 |
Color Harmonies of #1B234E
Complementary color
Monochromatic Colors of #1B234E
Black with #1B234E
Text Example
Text Example
White with #1B234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B234E; }
p { color: rgb(27,35,78); }
H1.HeaderClassName
{
color: #1B234E;
}
.AnyTagClassName
{
color: #1B234E;
}
</style>
background-color css
<style>
a { background-color: #1B234E; }
a { background-color: rgb(27,35,78); }
div.DivClassName
{
background-color: #1B234E;
}
.BgClassName
{
background-color: #1B234E;
}
</style>
border-color css
<style>
span { border-color: #1B234E; }
span { border-color: rgb(27,35,78); }
td.TdClassName
{
border-color: #1B234E;
}
.TagClassName
{
border-color: #1B234E;
}
</style>