Html Css Color HEX #1D215B Lucky Point

📋 copy color: '#1D215B'

red 29 ◦ green 33 ◦ blue 91

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

Shades of Lucky Point #1D215B

Tints of Lucky Point #1D215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 59.48%

R = 18.95%
G = 21.57%
B = 59.48%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D215B (or 0x1D215B) is known color: Lucky Point. HEX triplet: 1D, 21 and 5B. RGB value is (29,33,91). Sum of RGB (Red+Green+Blue) = 29+33+91=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D215B is #E2DEA4. Grayscale: #262626. Windows color (decimal): -14868133 or 5972253. OLE color: 5972253.

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

Color convert

RGB 29 33 91 -
CMYK 0.68 0.64 0 0.64
HSL 236.13º 0.52% 0.24% -
HSV(B) 236.13º 0.68% 0.36% -
XYZ 2.94 2.1 10.15 -
YUV 38.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 29 33 91 0.68 0.64 0 0.64 236.13 0.52 0.24
Hex 1D 21 5B 44 40 0 40 EC 34 18
Octal 35 41 133 104 100 0 100 354 64 30
Binary 11101 100001 1011011 1000100 1000000 0 1000000 11101100 110100 11000

Color Harmonies of #1D215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D215B

Black with #1D215B

Text Example


Text Example

White with #1D215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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