Html Css Color HEX #1C2858 Lucky Point

📋 copy color: '#1C2858'

red 28 ◦ green 40 ◦ blue 88

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

Shades of Lucky Point #1C2858

Tints of Lucky Point #1C2858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

 BLUE value IS 88 (34.77% from 255) = 56.41%

R = 17.95%
G = 25.64%
B = 56.41%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C2858 (or 0x1C2858) is known color: Lucky Point. HEX triplet: 1C, 28 and 58. RGB value is (28,40,88). Sum of RGB (Red+Green+Blue) = 28+40+88=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C2858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2858 is #E3D7A7. Grayscale: #292929. Windows color (decimal): -14931880 or 5777436. OLE color: 5777436.

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

Color convert

RGB 28 40 88 -
CMYK 0.68 0.55 0 0.65
HSL 228º 0.52% 0.23% -
HSV(B) 228º 0.68% 0.35% -
XYZ 3 2.47 9.55 -
YUV 41.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 28 40 88 0.68 0.55 0 0.65 228 0.52 0.23
Hex 1C 28 58 44 37 0 41 E4 34 17
Octal 34 50 130 104 67 0 101 344 64 27
Binary 11100 101000 1011000 1000100 110111 0 1000001 11100100 110100 10111

Color Harmonies of #1C2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2858

Black with #1C2858

Text Example


Text Example

White with #1C2858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,40,88); }

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

background-color css

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

 a { background-color: rgb(28,40,88); }

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

border-color css

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

 span { border-color: rgb(28,40,88); }

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