#1d215a

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

Shades of Lucky Point #1D215A

Tints of Lucky Point #1D215A

Color information

#1D215A (or 0x1D215A) is unknown color: approx Lucky Point. HEX triplet: 1D, 21 and 5A. RGB value is (29,33,90). Sum of RGB (Red+Green+Blue) = 29+33+90=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D215A is #E2DEA5. Grayscale: #262626. Windows color (decimal): -14868134 or 5906717. OLE color: 5906717.

HSL color Cylindrical-coordinate representation of color #1D215A: hue angle of 236.07º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D215A is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB293390-
CMYK0.680.6300.65
HSL236.07º51.26%23.33%-
HSV(B)236.07º67.78%35.29%-
XYZ2.92.099.92-
YUV38.3157.17121.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=19.08%
G=21.71%
B=59.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2933900.680.6300.65236.0751.2623.33
Hex1D215A443F041ec3317
Octal35411321047701013546327
Binary1110110000110110101000100111111010000011110110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d215a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,90); }

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

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

 a { background-color: rgb(29,33,90); }

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

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

 span { border-color: rgb(29,33,90); }

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