#1D244F

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

Shades of Lucky Point #1D244F

Tints of Lucky Point #1D244F

Color information

#1D244F (or 0x1D244F) is unknown color: approx Lucky Point. HEX triplet: 1D, 24 and 4F. RGB value is (29,36,79). Sum of RGB (Red+Green+Blue) = 29+36+79=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D244F is #E2DBB0. Grayscale: #262626. Windows color (decimal): -14867377 or 5186589. OLE color: 5186589.

HSL color Cylindrical-coordinate representation of color #1D244F: hue angle of 231.6º 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 #1D244F is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB293679-
CMYK0.630.5400.69
HSL231.6º46.3%21.18%-
HSV(B)231.6º63.29%30.98%-
XYZ2.552.097.67-
YUV38.81150.68121-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 54.86%
R=20.14%
G=25%
B=54.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2936790.630.5400.69231.646.321.18
Hex1D244F3F36045e82e15
Octal3544117776601053505625
Binary111011001001001111111111110110010001011110100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,79); }

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

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

 a { background-color: rgb(29,36,79); }

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

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

 span { border-color: rgb(29,36,79); }

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