Html Css Color HEX #1C2559 Lucky Point

📋 copy color: '#1C2559'

red 28 ◦ green 37 ◦ blue 89

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

Shades of Lucky Point #1C2559

Tints of Lucky Point #1C2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

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

R = 18.18%
G = 24.03%
B = 57.79%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C2559 (or 0x1C2559) is known color: Lucky Point. HEX triplet: 1C, 25 and 59. RGB value is (28,37,89). Sum of RGB (Red+Green+Blue) = 28+37+89=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2559 is #E3DAA6. Grayscale: #282828. Windows color (decimal): -14932647 or 5842204. OLE color: 5842204.

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

Color convert

RGB 28 37 89 -
CMYK 0.69 0.58 0 0.65
HSL 231.15º 0.52% 0.23% -
HSV(B) 231.15º 0.69% 0.35% -
XYZ 2.94 2.29 9.74 -
YUV 40.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 28 37 89 0.69 0.58 0 0.65 231.15 0.52 0.23
Hex 1C 25 59 45 3A 0 41 E7 34 17
Octal 34 45 131 105 72 0 101 347 64 27
Binary 11100 100101 1011001 1000101 111010 0 1000001 11100111 110100 10111

Color Harmonies of #1C2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2559

Black with #1C2559

Text Example


Text Example

White with #1C2559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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