Html Css Color HEX #1C215C Lucky Point

📋 copy color: '#1C215C'

red 28 ◦ green 33 ◦ blue 92

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

Shades of Lucky Point #1C215C

Tints of Lucky Point #1C215C

RGB

 RED value IS 28 (11.33% from 255) = 18.3%

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

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

R = 18.3%
G = 21.57%
B = 60.13%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C215C (or 0x1C215C) is known color: Lucky Point. HEX triplet: 1C, 21 and 5C. RGB value is (28,33,92). Sum of RGB (Red+Green+Blue) = 28+33+92=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C215C is #E3DEA3. Grayscale: #252525. Windows color (decimal): -14933668 or 6037788. OLE color: 6037788.

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

Color convert

RGB 28 33 92 -
CMYK 0.70 0.64 0 0.64
HSL 235.31º 0.53% 0.24% -
HSV(B) 235.31º 0.7% 0.36% -
XYZ 2.95 2.11 10.38 -
YUV 38.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 28 33 92 0.70 0.64 0 0.64 235.31 0.53 0.24
Hex 1C 21 5C 46 40 0 40 EB 35 18
Octal 34 41 134 106 100 0 100 353 65 30
Binary 11100 100001 1011100 1000110 1000000 0 1000000 11101011 110101 11000

Color Harmonies of #1C215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C215C

Black with #1C215C

Text Example


Text Example

White with #1C215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,92); }

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

background-color css

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

 a { background-color: rgb(28,33,92); }

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

border-color css

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

 span { border-color: rgb(28,33,92); }

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