#1B1E4B

Color #1B1E4B Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #1B1E4B

Tints of Lucky Point #1B1E4B

Color information

#1B1E4B (or 0x1B1E4B) is unknown color: approx Lucky Point. HEX triplet: 1B, 1E and 4B. RGB value is (27,30,75). Sum of RGB (Red+Green+Blue) = 27+30+75=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #1B1E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E4B is #E4E1B4. Grayscale: #222222. Windows color (decimal): -14999989 or 4922907. OLE color: 4922907.

HSL color Cylindrical-coordinate representation of color #1B1E4B: hue angle of 236.25º 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 #1B1E4B is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB273075-
CMYK0.640.6000.71
HSL236.25º47.06%20%-
HSV(B)236.25º64%29.41%-
XYZ2.191.676.86-
YUV34.23151.01122.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 20.45%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=20.45%
G=22.73%
B=56.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2730750.640.6000.71236.2547.0620
Hex1B1E4B403C047ec2f14
Octal33361131007401073545724
Binary110111111010010111000000111100010001111110110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1E4B; }

 p { color: rgb(27,30,75); }

 H1.HeaderClassName
 {
   color: #1B1E4B;
 }
 .AnyTagClassName
 {
   color: #1B1E4B;
 }
</style>
background-color css

<style>
 a { background-color: #1B1E4B; }

 a { background-color: rgb(27,30,75); }

 div.DivClassName
 {
   background-color: #1B1E4B;
 }
 .BgClassName
 {
   background-color: #1B1E4B;
 }
</style>
border-color css

<style>
 span { border-color: #1B1E4B; }

 span { border-color: rgb(27,30,75); }

 td.TdClassName
 {
   border-color: #1B1E4B;
 }
 .TagClassName
 {
   border-color: #1B1E4B;
 }
</style>