#1D225A

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

Shades of Lucky Point #1D225A

Tints of Lucky Point #1D225A

Color information

#1D225A (or 0x1D225A) is unknown color: approx Lucky Point. HEX triplet: 1D, 22 and 5A. RGB value is (29,34,90). Sum of RGB (Red+Green+Blue) = 29+34+90=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D225A is #E2DDA5. Grayscale: #262626. Windows color (decimal): -14867878 or 5906973. OLE color: 5906973.

HSL color Cylindrical-coordinate representation of color #1D225A: hue angle of 235.08º 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 #1D225A is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB293490-
CMYK0.680.6200.65
HSL235.08º51.26%23.33%-
HSV(B)235.08º67.78%35.29%-
XYZ2.922.149.93-
YUV38.89156.84120.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=18.95%
G=22.22%
B=58.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2934900.680.6200.65235.0851.2623.33
Hex1D225A443E041eb3317
Octal35421321047601013536327
Binary1110110001010110101000100111110010000011110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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