Shades of Lucky Point #1B204A
Tints of Lucky Point #1B204A
RGB
CMYK
RGB Variations
Color information
#1B204A (or 0x1B204A) is known color: Lucky Point. HEX triplet: 1B, 20 and 4A. RGB value is (27,32,74). Sum of RGB (Red+Green+Blue) = 27+32+74=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #1B204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B204A is #E4DFB5. Grayscale: #232323. Windows color (decimal): -14999478 or 4857883. OLE color: 4857883.
HSL color Cylindrical-coordinate representation of color #1B204A: hue angle of 233.62º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B204A is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 32 | 74 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.71 |
| HSL | 233.62º | 0.47% | 0.2% | - |
| HSV(B) | 233.62º | 0.64% | 0.29% | - |
| XYZ | 2.2 | 1.76 | 6.7 | - |
| YUV | 35.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 74 | 0.64 | 0.57 | 0 | 0.71 | 233.62 | 0.47 | 0.2 |
| Hex | 1B | 20 | 4A | 40 | 39 | 0 | 47 | EA | 2F | 14 |
| Octal | 33 | 40 | 112 | 100 | 71 | 0 | 107 | 352 | 57 | 24 |
| Binary | 11011 | 100000 | 1001010 | 1000000 | 111001 | 0 | 1000111 | 11101010 | 101111 | 10100 |
Color Harmonies of #1B204A
Complementary color
Monochromatic Colors of #1B204A
Black with #1B204A
Text Example
Text Example
White with #1B204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B204A; }
p { color: rgb(27,32,74); }
H1.HeaderClassName
{
color: #1B204A;
}
.AnyTagClassName
{
color: #1B204A;
}
</style>
background-color css
<style>
a { background-color: #1B204A; }
a { background-color: rgb(27,32,74); }
div.DivClassName
{
background-color: #1B204A;
}
.BgClassName
{
background-color: #1B204A;
}
</style>
border-color css
<style>
span { border-color: #1B204A; }
span { border-color: rgb(27,32,74); }
td.TdClassName
{
border-color: #1B204A;
}
.TagClassName
{
border-color: #1B204A;
}
</style>