#1D254E

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

Shades of Lucky Point #1D254E

Tints of Lucky Point #1D254E

Color information

#1D254E (or 0x1D254E) is unknown color: approx Lucky Point. HEX triplet: 1D, 25 and 4E. RGB value is (29,37,78). Sum of RGB (Red+Green+Blue) = 29+37+78=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D254E is #E2DAB1. Grayscale: #272727. Windows color (decimal): -14867122 or 5121309. OLE color: 5121309.

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

Color convert

RGB293778-
CMYK0.630.5300.69
HSL230.2º45.79%20.98%-
HSV(B)230.2º62.82%30.59%-
XYZ2.542.137.49-
YUV39.28149.85120.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=20.14%
G=25.69%
B=54.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2937780.630.5300.69230.245.7920.98
Hex1D254E3F35045e62e15
Octal3545116776501053465625
Binary111011001011001110111111110101010001011110011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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