#1D274F

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

Shades of Lucky Point #1D274F

Tints of Lucky Point #1D274F

Color information

#1D274F (or 0x1D274F) is unknown color: approx Lucky Point. HEX triplet: 1D, 27 and 4F. RGB value is (29,39,79). Sum of RGB (Red+Green+Blue) = 29+39+79=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D274F is #E2D8B0. Grayscale: #282828. Windows color (decimal): -14866609 or 5187357. OLE color: 5187357.

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

Color convert

RGB293979-
CMYK0.630.5100.69
HSL228º46.3%21.18%-
HSV(B)228º63.29%30.98%-
XYZ2.642.287.7-
YUV40.57149.69119.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=19.73%
G=26.53%
B=53.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2939790.630.5100.6922846.321.18
Hex1D274F3F33045e42e15
Octal3547117776301053445625
Binary111011001111001111111111110011010001011110010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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