#1F284A

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

Shades of Lucky Point #1F284A

Tints of Lucky Point #1F284A

Color information

#1F284A (or 0x1F284A) is unknown color: approx Lucky Point. HEX triplet: 1F, 28 and 4A. RGB value is (31,40,74). Sum of RGB (Red+Green+Blue) = 31+40+74=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F284A is #E0D7B5. Grayscale: #292929. Windows color (decimal): -14735286 or 4859935. OLE color: 4859935.

HSL color Cylindrical-coordinate representation of color #1F284A: hue angle of 227.44º 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 #1F284A is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB314074-
CMYK0.580.4600.71
HSL227.44º40.95%20.59%-
HSV(B)227.44º58.11%29.02%-
XYZ2.562.36.79-
YUV41.18146.52120.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 74 (29.30% from 255) = 51.03%
R=21.38%
G=27.59%
B=51.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3140740.580.4600.71227.4440.9520.59
Hex1F284A3A2E047e32915
Octal3750112725601073435125
Binary111111010001001010111010101110010001111110001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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