Html Css Color HEX #1C2159 Lucky Point

📋 copy color: '#1C2159'

red 28 ◦ green 33 ◦ blue 89

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

Shades of Lucky Point #1C2159

Tints of Lucky Point #1C2159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 59.33%

R = 18.67%
G = 22%
B = 59.33%

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

#1C2159 (or 0x1C2159) is known color: Lucky Point. HEX triplet: 1C, 21 and 59. RGB value is (28,33,89). Sum of RGB (Red+Green+Blue) = 28+33+89=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C2159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2159 is #E3DEA6. Grayscale: #252525. Windows color (decimal): -14933671 or 5841180. OLE color: 5841180.

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

Color convert

RGB 28 33 89 -
CMYK 0.69 0.63 0 0.65
HSL 235.08º 0.52% 0.23% -
HSV(B) 235.08º 0.69% 0.35% -
XYZ 2.83 2.06 9.7 -
YUV 37.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 28 33 89 0.69 0.63 0 0.65 235.08 0.52 0.23
Hex 1C 21 59 45 3F 0 41 EB 34 17
Octal 34 41 131 105 77 0 101 353 64 27
Binary 11100 100001 1011001 1000101 111111 0 1000001 11101011 110100 10111

Color Harmonies of #1C2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2159

Black with #1C2159

Text Example


Text Example

White with #1C2159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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