Html Css Color HEX #1D295C Lucky Point

📋 copy color: '#1D295C'

red 29 ◦ green 41 ◦ blue 92

#1D295C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #1D295C

Tints of Lucky Point #1D295C

RGB

 RED value IS 29 (11.72% from 255) = 17.9%

 GREEN value IS 41 (16.41% from 255) = 25.31%

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 17.9%
G = 25.31%
B = 56.79%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D295C (or 0x1D295C) is known color: Lucky Point. HEX triplet: 1D, 29 and 5C. RGB value is (29,41,92). Sum of RGB (Red+Green+Blue) = 29+41+92=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D295C is #E2D6A3. Grayscale: #2B2B2B. Windows color (decimal): -14866084 or 6039837. OLE color: 6039837.

HSL color Cylindrical-coordinate representation of color #1D295C: hue angle of 228.57º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D295C is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 41 92 -
CMYK 0.68 0.55 0 0.64
HSL 228.57º 0.52% 0.24% -
HSV(B) 228.57º 0.68% 0.36% -
XYZ 3.23 2.62 10.46 -
YUV 43.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 29 41 92 0.68 0.55 0 0.64 228.57 0.52 0.24
Hex 1D 29 5C 44 37 0 40 E5 34 18
Octal 35 51 134 104 67 0 100 345 64 30
Binary 11101 101001 1011100 1000100 110111 0 1000000 11100101 110100 11000

Color Harmonies of #1D295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D295C

Black with #1D295C

Text Example


Text Example

White with #1D295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,41,92); }

 H1.HeaderClassName
 {
   color: #1D295C;
 }
 .AnyTagClassName
 {
   color: #1D295C;
 }
</style>

background-color css

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

 a { background-color: rgb(29,41,92); }

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

border-color css

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

 span { border-color: rgb(29,41,92); }

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