#1F295D

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

Shades of Lucky Point #1F295D

Tints of Lucky Point #1F295D

Color information

#1F295D (or 0x1F295D) is unknown color: approx Lucky Point. HEX triplet: 1F, 29 and 5D. RGB value is (31,41,93). Sum of RGB (Red+Green+Blue) = 31+41+93=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F295D is #E0D6A2. Grayscale: #2B2B2B. Windows color (decimal): -14735011 or 6105375. OLE color: 6105375.

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

Color convert

RGB314193-
CMYK0.670.5600.64
HSL230.32º50%24.31%-
HSV(B)230.32º66.67%36.47%-
XYZ3.332.6710.7-
YUV43.94155.69118.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=18.79%
G=24.85%
B=56.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3141930.670.5600.64230.325024.31
Hex1F295D4338040e63218
Octal37511351037001003466230
Binary1111110100110111011000011111000010000001110011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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