#1D284F

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

Shades of Lucky Point #1D284F

Tints of Lucky Point #1D284F

Color information

#1D284F (or 0x1D284F) is unknown color: approx Lucky Point. HEX triplet: 1D, 28 and 4F. RGB value is (29,40,79). Sum of RGB (Red+Green+Blue) = 29+40+79=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D284F is #E2D7B0. Grayscale: #282828. Windows color (decimal): -14866353 or 5187613. OLE color: 5187613.

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

Color convert

RGB294079-
CMYK0.630.4900.69
HSL226.8º46.3%21.18%-
HSV(B)226.8º63.29%30.98%-
XYZ2.682.347.71-
YUV41.16149.36119.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.59%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 79 (31.25% from 255) = 53.38%
R=19.59%
G=27.03%
B=53.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2940790.630.4900.69226.846.321.18
Hex1D284F3F31045e32e15
Octal3550117776101053435625
Binary111011010001001111111111110001010001011110001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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