Shades of Lucky Point #13184F
Tints of Lucky Point #13184F
RGB
CMYK
RGB Variations
Color information
#13184F (or 0x13184F) is known color: Lucky Point. HEX triplet: 13, 18 and 4F. RGB value is (19,24,79). Sum of RGB (Red+Green+Blue) = 19+24+79=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #13184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13184F is #ECE7B0. Grayscale: #1C1C1C. Windows color (decimal): -15525809 or 5183507. OLE color: 5183507.
HSL color Cylindrical-coordinate representation of color #13184F: hue angle of 235º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13184F is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 24 | 79 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.69 |
| HSL | 235º | 0.61% | 0.19% | - |
| HSV(B) | 235º | 0.76% | 0.31% | - |
| XYZ | 2.01 | 1.36 | 7.55 | - |
| YUV | 28.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 79 | 0.76 | 0.70 | 0 | 0.69 | 235 | 0.61 | 0.19 |
| Hex | 13 | 18 | 4F | 4C | 46 | 0 | 45 | EB | 3D | 13 |
| Octal | 23 | 30 | 117 | 114 | 106 | 0 | 105 | 353 | 75 | 23 |
| Binary | 10011 | 11000 | 1001111 | 1001100 | 1000110 | 0 | 1000101 | 11101011 | 111101 | 10011 |
Color Harmonies of #13184F
Complementary color
Monochromatic Colors of #13184F
Black with #13184F
Text Example
Text Example
White with #13184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13184F; }
p { color: rgb(19,24,79); }
H1.HeaderClassName
{
color: #13184F;
}
.AnyTagClassName
{
color: #13184F;
}
</style>
background-color css
<style>
a { background-color: #13184F; }
a { background-color: rgb(19,24,79); }
div.DivClassName
{
background-color: #13184F;
}
.BgClassName
{
background-color: #13184F;
}
</style>
border-color css
<style>
span { border-color: #13184F; }
span { border-color: rgb(19,24,79); }
td.TdClassName
{
border-color: #13184F;
}
.TagClassName
{
border-color: #13184F;
}
</style>