#1F254A

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

Shades of Lucky Point #1F254A

Tints of Lucky Point #1F254A

Color information

#1F254A (or 0x1F254A) is unknown color: approx Lucky Point. HEX triplet: 1F, 25 and 4A. RGB value is (31,37,74). Sum of RGB (Red+Green+Blue) = 31+37+74=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F254A is #E0DAB5. Grayscale: #272727. Windows color (decimal): -14736054 or 4859167. OLE color: 4859167.

HSL color Cylindrical-coordinate representation of color #1F254A: hue angle of 231.63º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F254A is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB313774-
CMYK0.580.5000.71
HSL231.63º40.95%20.59%-
HSV(B)231.63º58.11%29.02%-
XYZ2.462.116.76-
YUV39.42147.51121.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=21.83%
G=26.06%
B=52.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3137740.580.5000.71231.6340.9520.59
Hex1F254A3A32047e82915
Octal3745112726201073505125
Binary111111001011001010111010110010010001111110100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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