#1D214E

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

Shades of Lucky Point #1D214E

Tints of Lucky Point #1D214E

Color information

#1D214E (or 0x1D214E) is unknown color: approx Lucky Point. HEX triplet: 1D, 21 and 4E. RGB value is (29,33,78). Sum of RGB (Red+Green+Blue) = 29+33+78=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D214E is #E2DEB1. Grayscale: #242424. Windows color (decimal): -14868146 or 5120285. OLE color: 5120285.

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

Color convert

RGB293378-
CMYK0.630.5800.69
HSL235.1º45.79%20.98%-
HSV(B)235.1º62.82%30.59%-
XYZ2.431.97.45-
YUV36.93151.17122.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.71%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=20.71%
G=23.57%
B=55.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2933780.630.5800.69235.145.7920.98
Hex1D214E3F3A045eb2e15
Octal3541116777201053535625
Binary111011000011001110111111111010010001011110101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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