Html Css Color HEX #1D215A Lucky Point

📋 copy color: '#1D215A'

red 29 ◦ green 33 ◦ blue 90

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

Shades of Lucky Point #1D215A

Tints of Lucky Point #1D215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 19.08%
G = 21.71%
B = 59.21%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D215A (or 0x1D215A) is known color: Lucky Point. HEX triplet: 1D, 21 and 5A. RGB value is (29,33,90). Sum of RGB (Red+Green+Blue) = 29+33+90=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D215A is #E2DEA5. Grayscale: #262626. Windows color (decimal): -14868134 or 5906717. OLE color: 5906717.

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

Color convert

RGB 29 33 90 -
CMYK 0.68 0.63 0 0.65
HSL 236.07º 0.51% 0.23% -
HSV(B) 236.07º 0.68% 0.35% -
XYZ 2.9 2.09 9.92 -
YUV 38.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 29 33 90 0.68 0.63 0 0.65 236.07 0.51 0.23
Hex 1D 21 5A 44 3F 0 41 EC 33 17
Octal 35 41 132 104 77 0 101 354 63 27
Binary 11101 100001 1011010 1000100 111111 0 1000001 11101100 110011 10111

Color Harmonies of #1D215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D215A

Black with #1D215A

Text Example


Text Example

White with #1D215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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