#1D204E

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

Shades of Lucky Point #1D204E

Tints of Lucky Point #1D204E

Color information

#1D204E (or 0x1D204E) is unknown color: approx Lucky Point. HEX triplet: 1D, 20 and 4E. RGB value is (29,32,78). Sum of RGB (Red+Green+Blue) = 29+32+78=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D204E is #E2DFB1. Grayscale: #242424. Windows color (decimal): -14868402 or 5120029. OLE color: 5120029.

HSL color Cylindrical-coordinate representation of color #1D204E: hue angle of 236.33º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D204E is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB293278-
CMYK0.630.5900.69
HSL236.33º45.79%20.98%-
HSV(B)236.33º62.82%30.59%-
XYZ2.41.847.44-
YUV36.35151.51122.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.86%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=20.86%
G=23.02%
B=56.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2932780.630.5900.69236.3345.7920.98
Hex1D204E3F3B045ec2e15
Octal3540116777301053545625
Binary111011000001001110111111111011010001011110110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,78); }

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

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

 a { background-color: rgb(29,32,78); }

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

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

 span { border-color: rgb(29,32,78); }

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