Shades of Lucky Point #171B4D
Tints of Lucky Point #171B4D
RGB
CMYK
RGB Variations
Color information
#171B4D (or 0x171B4D) is known color: Lucky Point. HEX triplet: 17, 1B and 4D. RGB value is (23,27,77). Sum of RGB (Red+Green+Blue) = 23+27+77=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #171B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171B4D is #E8E4B2. Grayscale: #1F1F1F. Windows color (decimal): -15262899 or 5053207. OLE color: 5053207.
HSL color Cylindrical-coordinate representation of color #171B4D: hue angle of 235.56º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171B4D is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 27 | 77 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.70 |
| HSL | 235.56º | 0.54% | 0.2% | - |
| HSV(B) | 235.56º | 0.7% | 0.3% | - |
| XYZ | 2.08 | 1.5 | 7.2 | - |
| YUV | 31.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 77 | 0.70 | 0.65 | 0 | 0.70 | 235.56 | 0.54 | 0.2 |
| Hex | 17 | 1B | 4D | 46 | 41 | 0 | 46 | EC | 36 | 14 |
| Octal | 27 | 33 | 115 | 106 | 101 | 0 | 106 | 354 | 66 | 24 |
| Binary | 10111 | 11011 | 1001101 | 1000110 | 1000001 | 0 | 1000110 | 11101100 | 110110 | 10100 |
Color Harmonies of #171B4D
Complementary color
Monochromatic Colors of #171B4D
Black with #171B4D
Text Example
Text Example
White with #171B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171B4D; }
p { color: rgb(23,27,77); }
H1.HeaderClassName
{
color: #171B4D;
}
.AnyTagClassName
{
color: #171B4D;
}
</style>
background-color css
<style>
a { background-color: #171B4D; }
a { background-color: rgb(23,27,77); }
div.DivClassName
{
background-color: #171B4D;
}
.BgClassName
{
background-color: #171B4D;
}
</style>
border-color css
<style>
span { border-color: #171B4D; }
span { border-color: rgb(23,27,77); }
td.TdClassName
{
border-color: #171B4D;
}
.TagClassName
{
border-color: #171B4D;
}
</style>