#1F285F

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

Shades of Lucky Point #1F285F

Tints of Lucky Point #1F285F

Color information

#1F285F (or 0x1F285F) is unknown color: approx Lucky Point. HEX triplet: 1F, 28 and 5F. RGB value is (31,40,95). Sum of RGB (Red+Green+Blue) = 31+40+95=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F285F is #E0D7A0. Grayscale: #2B2B2B. Windows color (decimal): -14735265 or 6236191. OLE color: 6236191.

HSL color Cylindrical-coordinate representation of color #1F285F: hue angle of 231.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F285F is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB314095-
CMYK0.670.5800.63
HSL231.56º50.79%24.71%-
HSV(B)231.56º67.37%37.25%-
XYZ3.392.6411.16-
YUV43.58157.02119.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 95 (37.5% from 255) = 57.23%
R=18.67%
G=24.10%
B=57.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3140950.670.5800.63231.5650.7924.71
Hex1F285F433A03Fe83319
Octal3750137103720773506331
Binary111111010001011111100001111101001111111110100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,95); }

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

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

 a { background-color: rgb(31,40,95); }

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

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

 span { border-color: rgb(31,40,95); }

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