Shades of Lucky Point #182954
Tints of Lucky Point #182954
RGB
CMYK
RGB Variations
Color information
#182954 (or 0x182954) is known color: Lucky Point. HEX triplet: 18, 29 and 54. RGB value is (24,41,84). Sum of RGB (Red+Green+Blue) = 24+41+84=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #182954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182954 is #E7D6AB. Grayscale: #282828. Windows color (decimal): -15193772 or 5515544. OLE color: 5515544.
HSL color Cylindrical-coordinate representation of color #182954: hue angle of 223º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #182954 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 41 | 84 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.67 |
| HSL | 223º | 0.56% | 0.21% | - |
| HSV(B) | 223º | 0.71% | 0.33% | - |
| XYZ | 2.77 | 2.42 | 8.71 | - |
| YUV | 40.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 84 | 0.71 | 0.51 | 0 | 0.67 | 223 | 0.56 | 0.21 |
| Hex | 18 | 29 | 54 | 47 | 33 | 0 | 43 | DF | 38 | 15 |
| Octal | 30 | 51 | 124 | 107 | 63 | 0 | 103 | 337 | 70 | 25 |
| Binary | 11000 | 101001 | 1010100 | 1000111 | 110011 | 0 | 1000011 | 11011111 | 111000 | 10101 |
Color Harmonies of #182954
Complementary color
Monochromatic Colors of #182954
Black with #182954
Text Example
Text Example
White with #182954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182954; }
p { color: rgb(24,41,84); }
H1.HeaderClassName
{
color: #182954;
}
.AnyTagClassName
{
color: #182954;
}
</style>
background-color css
<style>
a { background-color: #182954; }
a { background-color: rgb(24,41,84); }
div.DivClassName
{
background-color: #182954;
}
.BgClassName
{
background-color: #182954;
}
</style>
border-color css
<style>
span { border-color: #182954; }
span { border-color: rgb(24,41,84); }
td.TdClassName
{
border-color: #182954;
}
.TagClassName
{
border-color: #182954;
}
</style>