#1F255C

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

Shades of Lucky Point #1F255C

Tints of Lucky Point #1F255C

Color information

#1F255C (or 0x1F255C) is unknown color: approx Lucky Point. HEX triplet: 1F, 25 and 5C. RGB value is (31,37,92). Sum of RGB (Red+Green+Blue) = 31+37+92=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F255C is #E0DAA3. Grayscale: #292929. Windows color (decimal): -14736036 or 6038815. OLE color: 6038815.

HSL color Cylindrical-coordinate representation of color #1F255C: hue angle of 234.1º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F255C is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB313792-
CMYK0.660.6000.64
HSL234.1º49.59%24.12%-
HSV(B)234.1º66.3%36.08%-
XYZ3.162.3910.42-
YUV41.48156.51120.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 92 (36.33% from 255) = 57.5%
R=19.38%
G=23.12%
B=57.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3137920.660.6000.64234.149.5924.12
Hex1F255C423C040ea3218
Octal37451341027401003526230
Binary1111110010110111001000010111100010000001110101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,92); }

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

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

 a { background-color: rgb(31,37,92); }

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

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

 span { border-color: rgb(31,37,92); }

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