Html Css Color HEX #1D295A Lucky Point

📋 copy color: '#1D295A'

red 29 ◦ green 41 ◦ blue 90

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

Shades of Lucky Point #1D295A

Tints of Lucky Point #1D295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 18.13%
G = 25.63%
B = 56.25%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D295A (or 0x1D295A) is known color: Lucky Point. HEX triplet: 1D, 29 and 5A. RGB value is (29,41,90). Sum of RGB (Red+Green+Blue) = 29+41+90=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D295A is #E2D6A5. Grayscale: #2A2A2A. Windows color (decimal): -14866086 or 5908765. OLE color: 5908765.

HSL color Cylindrical-coordinate representation of color #1D295A: hue angle of 228.2º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D295A is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 41 90 -
CMYK 0.68 0.54 0 0.65
HSL 228.2º 0.51% 0.23% -
HSV(B) 228.2º 0.68% 0.35% -
XYZ 3.15 2.59 10.01 -
YUV 43 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 29 41 90 0.68 0.54 0 0.65 228.2 0.51 0.23
Hex 1D 29 5A 44 36 0 41 E4 33 17
Octal 35 51 132 104 66 0 101 344 63 27
Binary 11101 101001 1011010 1000100 110110 0 1000001 11100100 110011 10111

Color Harmonies of #1D295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D295A

Black with #1D295A

Text Example


Text Example

White with #1D295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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