Shades of Lucky Point #1B204F
Tints of Lucky Point #1B204F
RGB
CMYK
RGB Variations
Color information
#1B204F (or 0x1B204F) is known color: Lucky Point. HEX triplet: 1B, 20 and 4F. RGB value is (27,32,79). Sum of RGB (Red+Green+Blue) = 27+32+79=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B204F is #E4DFB0. Grayscale: #232323. Windows color (decimal): -14999473 or 5185563. OLE color: 5185563.
HSL color Cylindrical-coordinate representation of color #1B204F: hue angle of 234.23º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B204F is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 32 | 79 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.69 |
| HSL | 234.23º | 0.49% | 0.21% | - |
| HSV(B) | 234.23º | 0.66% | 0.31% | - |
| XYZ | 2.38 | 1.83 | 7.63 | - |
| YUV | 35.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 79 | 0.66 | 0.59 | 0 | 0.69 | 234.23 | 0.49 | 0.21 |
| Hex | 1B | 20 | 4F | 42 | 3B | 0 | 45 | EA | 31 | 15 |
| Octal | 33 | 40 | 117 | 102 | 73 | 0 | 105 | 352 | 61 | 25 |
| Binary | 11011 | 100000 | 1001111 | 1000010 | 111011 | 0 | 1000101 | 11101010 | 110001 | 10101 |
Color Harmonies of #1B204F
Complementary color
Monochromatic Colors of #1B204F
Black with #1B204F
Text Example
Text Example
White with #1B204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B204F; }
p { color: rgb(27,32,79); }
H1.HeaderClassName
{
color: #1B204F;
}
.AnyTagClassName
{
color: #1B204F;
}
</style>
background-color css
<style>
a { background-color: #1B204F; }
a { background-color: rgb(27,32,79); }
div.DivClassName
{
background-color: #1B204F;
}
.BgClassName
{
background-color: #1B204F;
}
</style>
border-color css
<style>
span { border-color: #1B204F; }
span { border-color: rgb(27,32,79); }
td.TdClassName
{
border-color: #1B204F;
}
.TagClassName
{
border-color: #1B204F;
}
</style>