Html Css Color HEX #1D2950 Lucky Point

📋 copy color: '#1D2950'

red 29 ◦ green 41 ◦ blue 80

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

Shades of Lucky Point #1D2950

Tints of Lucky Point #1D2950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 53.33%

R = 19.33%
G = 27.33%
B = 53.33%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D2950 (or 0x1D2950) is known color: Lucky Point. HEX triplet: 1D, 29 and 50. RGB value is (29,41,80). Sum of RGB (Red+Green+Blue) = 29+41+80=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2950 is #E2D6AF. Grayscale: #292929. Windows color (decimal): -14866096 or 5253405. OLE color: 5253405.

HSL color Cylindrical-coordinate representation of color #1D2950: hue angle of 225.88º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D2950 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 41 80 -
CMYK 0.64 0.49 0 0.69
HSL 225.88º 0.47% 0.21% -
HSV(B) 225.88º 0.64% 0.31% -
XYZ 2.75 2.43 7.91 -
YUV 41.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 29 41 80 0.64 0.49 0 0.69 225.88 0.47 0.21
Hex 1D 29 50 40 31 0 45 E2 2F 15
Octal 35 51 120 100 61 0 105 342 57 25
Binary 11101 101001 1010000 1000000 110001 0 1000101 11100010 101111 10101

Color Harmonies of #1D2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2950

Black with #1D2950

Text Example


Text Example

White with #1D2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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