#1F2957

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

Shades of Lucky Point #1F2957

Tints of Lucky Point #1F2957

Color information

#1F2957 (or 0x1F2957) is unknown color: approx Lucky Point. HEX triplet: 1F, 29 and 57. RGB value is (31,41,87). Sum of RGB (Red+Green+Blue) = 31+41+87=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #1F2957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2957 is #E0D6A8. Grayscale: #2B2B2B. Windows color (decimal): -14735017 or 5712159. OLE color: 5712159.

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

Color convert

RGB314187-
CMYK0.640.5300.66
HSL229.29º47.46%23.14%-
HSV(B)229.29º64.37%34.12%-
XYZ3.082.579.35-
YUV43.25152.69119.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=19.50%
G=25.79%
B=54.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3141870.640.5300.66229.2947.4623.14
Hex1F29574035042e52f17
Octal37511271006501023455727
Binary1111110100110101111000000110101010000101110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,87); }

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

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

 a { background-color: rgb(31,41,87); }

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

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

 span { border-color: rgb(31,41,87); }

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