#1D2C5F

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

Shades of Lucky Point #1D2C5F

Tints of Lucky Point #1D2C5F

Color information

#1D2C5F (or 0x1D2C5F) is unknown color: approx Lucky Point. HEX triplet: 1D, 2C and 5F. RGB value is (29,44,95). Sum of RGB (Red+Green+Blue) = 29+44+95=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D2C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2C5F is #E2D3A0. Grayscale: #2D2D2D. Windows color (decimal): -14865313 or 6237213. OLE color: 6237213.

HSL color Cylindrical-coordinate representation of color #1D2C5F: hue angle of 226.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D2C5F is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB294495-
CMYK0.690.5400.63
HSL226.36º53.23%24.31%-
HSV(B)226.36º69.47%37.25%-
XYZ3.472.8911.2-
YUV45.33156.03116.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=17.26%
G=26.19%
B=56.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2944950.690.5400.63226.3653.2324.31
Hex1D2C5F453603Fe23518
Octal3554137105660773426530
Binary111011011001011111100010111011001111111110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,44,95); }

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

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

 a { background-color: rgb(29,44,95); }

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

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

 span { border-color: rgb(29,44,95); }

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