#1F245B

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

Shades of Lucky Point #1F245B

Tints of Lucky Point #1F245B

Color information

#1F245B (or 0x1F245B) is unknown color: approx Lucky Point. HEX triplet: 1F, 24 and 5B. RGB value is (31,36,91). Sum of RGB (Red+Green+Blue) = 31+36+91=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F245B is #E0DBA4. Grayscale: #282828. Windows color (decimal): -14736293 or 5973023. OLE color: 5973023.

HSL color Cylindrical-coordinate representation of color #1F245B: hue angle of 235º degrees, saturation: 0.49, 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 #1F245B is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB313691-
CMYK0.660.6000.64
HSL235º49.18%23.92%-
HSV(B)235º65.93%35.69%-
XYZ3.082.3110.18-
YUV40.78156.34121.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=19.62%
G=22.78%
B=57.59%

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
Decimal3136910.660.6000.6423549.1823.92
Hex1F245B423C040eb3118
Octal37441331027401003536130
Binary1111110010010110111000010111100010000001110101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,91); }

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

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

 a { background-color: rgb(31,36,91); }

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

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

 span { border-color: rgb(31,36,91); }

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