#1C1F50

Color #1C1F50 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #1C1F50

Tints of Lucky Point #1C1F50

Color information

#1C1F50 (or 0x1C1F50) is unknown color: approx Lucky Point. HEX triplet: 1C, 1F and 50. RGB value is (28,31,80). Sum of RGB (Red+Green+Blue) = 28+31+80=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C1F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1F50 is #E3E0AF. Grayscale: #232323. Windows color (decimal): -14934192 or 5250844. OLE color: 5250844.

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

Color convert

RGB283180-
CMYK0.650.6100.69
HSL236.54º48.15%21.18%-
HSV(B)236.54º65%31.37%-
XYZ2.421.817.81-
YUV35.69153.01122.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=20.14%
G=22.30%
B=57.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2831800.650.6100.69236.5448.1521.18
Hex1C1F50413D045ed3015
Octal34371201017501053556025
Binary111001111110100001000001111101010001011110110111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C1F50;
 }
 .AnyTagClassName
 {
   color: #1C1F50;
 }
</style>
background-color css

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

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

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

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

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

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