Html Css Color HEX #1C215A Lucky Point

📋 copy color: '#1C215A'

red 28 ◦ green 33 ◦ blue 90

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

Shades of Lucky Point #1C215A

Tints of Lucky Point #1C215A

RGB

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

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

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

R = 18.54%
G = 21.85%
B = 59.6%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C215A (or 0x1C215A) is known color: Lucky Point. HEX triplet: 1C, 21 and 5A. RGB value is (28,33,90). Sum of RGB (Red+Green+Blue) = 28+33+90=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C215A is #E3DEA5. Grayscale: #252525. Windows color (decimal): -14933670 or 5906716. OLE color: 5906716.

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

Color convert

RGB 28 33 90 -
CMYK 0.69 0.63 0 0.65
HSL 235.16º 0.53% 0.23% -
HSV(B) 235.16º 0.69% 0.35% -
XYZ 2.87 2.07 9.92 -
YUV 38 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 28 33 90 0.69 0.63 0 0.65 235.16 0.53 0.23
Hex 1C 21 5A 45 3F 0 41 EB 35 17
Octal 34 41 132 105 77 0 101 353 65 27
Binary 11100 100001 1011010 1000101 111111 0 1000001 11101011 110101 10111

Color Harmonies of #1C215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C215A

Black with #1C215A

Text Example


Text Example

White with #1C215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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