Html Css Color HEX #1C2359 Lucky Point

📋 copy color: '#1C2359'

red 28 ◦ green 35 ◦ blue 89

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

Shades of Lucky Point #1C2359

Tints of Lucky Point #1C2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.03%

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

R = 18.42%
G = 23.03%
B = 58.55%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C2359 (or 0x1C2359) is known color: Lucky Point. HEX triplet: 1C, 23 and 59. RGB value is (28,35,89). Sum of RGB (Red+Green+Blue) = 28+35+89=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C2359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2359 is #E3DCA6. Grayscale: #262626. Windows color (decimal): -14933159 or 5841692. OLE color: 5841692.

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

Color convert

RGB 28 35 89 -
CMYK 0.69 0.61 0 0.65
HSL 233.11º 0.52% 0.23% -
HSV(B) 233.11º 0.69% 0.35% -
XYZ 2.88 2.17 9.72 -
YUV 39.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 28 35 89 0.69 0.61 0 0.65 233.11 0.52 0.23
Hex 1C 23 59 45 3D 0 41 E9 34 17
Octal 34 43 131 105 75 0 101 351 64 27
Binary 11100 100011 1011001 1000101 111101 0 1000001 11101001 110100 10111

Color Harmonies of #1C2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2359

Black with #1C2359

Text Example


Text Example

White with #1C2359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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