#1D234C

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

Shades of Lucky Point #1D234C

Tints of Lucky Point #1D234C

Color information

#1D234C (or 0x1D234C) is unknown color: approx Lucky Point. HEX triplet: 1D, 23 and 4C. RGB value is (29,35,76). Sum of RGB (Red+Green+Blue) = 29+35+76=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D234C is #E2DCB3. Grayscale: #252525. Windows color (decimal): -14867636 or 4989725. OLE color: 4989725.

HSL color Cylindrical-coordinate representation of color #1D234C: hue angle of 232.34º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D234C is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB293576-
CMYK0.620.5400.70
HSL232.34º44.76%20.59%-
HSV(B)232.34º61.84%29.8%-
XYZ2.411.997.09-
YUV37.88149.51121.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.71%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 54.29%
R=20.71%
G=25%
B=54.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2935760.620.5400.70232.3444.7620.59
Hex1D234C3E36046e82d15
Octal3543114766601063505525
Binary111011000111001100111110110110010001101110100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,35,76); }

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

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

 a { background-color: rgb(29,35,76); }

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

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

 span { border-color: rgb(29,35,76); }

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