#1D284E

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

Shades of Lucky Point #1D284E

Tints of Lucky Point #1D284E

Color information

#1D284E (or 0x1D284E) is unknown color: approx Lucky Point. HEX triplet: 1D, 28 and 4E. RGB value is (29,40,78). Sum of RGB (Red+Green+Blue) = 29+40+78=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D284E is #E2D7B1. Grayscale: #282828. Windows color (decimal): -14866354 or 5122077. OLE color: 5122077.

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

Color convert

RGB294078-
CMYK0.630.4900.69
HSL226.53º45.79%20.98%-
HSV(B)226.53º62.82%30.59%-
XYZ2.642.337.52-
YUV41.04148.86119.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=19.73%
G=27.21%
B=53.06%

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
Decimal2940780.630.4900.69226.5345.7920.98
Hex1D284E3F31045e32e15
Octal3550116776101053435625
Binary111011010001001110111111110001010001011110001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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