Html Css Color HEX #1C2950 Lucky Point

📋 copy color: '#1C2950'

red 28 ◦ green 41 ◦ blue 80

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

Shades of Lucky Point #1C2950

Tints of Lucky Point #1C2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 18.79%
G = 27.52%
B = 53.69%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C2950 (or 0x1C2950) is known color: Lucky Point. HEX triplet: 1C, 29 and 50. RGB value is (28,41,80). Sum of RGB (Red+Green+Blue) = 28+41+80=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2950 is #E3D6AF. Grayscale: #292929. Windows color (decimal): -14931632 or 5253404. OLE color: 5253404.

HSL color Cylindrical-coordinate representation of color #1C2950: hue angle of 225º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C2950 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 41 80 -
CMYK 0.65 0.49 0 0.69
HSL 225º 0.48% 0.21% -
HSV(B) 225º 0.65% 0.31% -
XYZ 2.72 2.41 7.91 -
YUV 41.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 28 41 80 0.65 0.49 0 0.69 225 0.48 0.21
Hex 1C 29 50 41 31 0 45 E1 30 15
Octal 34 51 120 101 61 0 105 341 60 25
Binary 11100 101001 1010000 1000001 110001 0 1000101 11100001 110000 10101

Color Harmonies of #1C2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2950

Black with #1C2950

Text Example


Text Example

White with #1C2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,41,80); }

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

background-color css

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

 a { background-color: rgb(28,41,80); }

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

border-color css

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

 span { border-color: rgb(28,41,80); }

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