Html Css Color HEX #1C285B Lucky Point

📋 copy color: '#1C285B'

red 28 ◦ green 40 ◦ blue 91

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

Shades of Lucky Point #1C285B

Tints of Lucky Point #1C285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.23%

R = 17.61%
G = 25.16%
B = 57.23%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C285B (or 0x1C285B) is known color: Lucky Point. HEX triplet: 1C, 28 and 5B. RGB value is (28,40,91). Sum of RGB (Red+Green+Blue) = 28+40+91=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C285B is #E3D7A4. Grayscale: #2A2A2A. Windows color (decimal): -14931877 or 5974044. OLE color: 5974044.

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

Color convert

RGB 28 40 91 -
CMYK 0.69 0.56 0 0.64
HSL 228.57º 0.53% 0.23% -
HSV(B) 228.57º 0.69% 0.36% -
XYZ 3.13 2.52 10.22 -
YUV 42.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 28 40 91 0.69 0.56 0 0.64 228.57 0.53 0.23
Hex 1C 28 5B 45 38 0 40 E5 35 17
Octal 34 50 133 105 70 0 100 345 65 27
Binary 11100 101000 1011011 1000101 111000 0 1000000 11100101 110101 10111

Color Harmonies of #1C285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C285B

Black with #1C285B

Text Example


Text Example

White with #1C285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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