#1F285A

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

Shades of Lucky Point #1F285A

Tints of Lucky Point #1F285A

Color information

#1F285A (or 0x1F285A) is unknown color: approx Lucky Point. HEX triplet: 1F, 28 and 5A. RGB value is (31,40,90). Sum of RGB (Red+Green+Blue) = 31+40+90=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F285A is #E0D7A5. Grayscale: #2A2A2A. Windows color (decimal): -14735270 or 5908511. OLE color: 5908511.

HSL color Cylindrical-coordinate representation of color #1F285A: hue angle of 230.85º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F285A is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB314090-
CMYK0.660.5600.65
HSL230.85º48.76%23.73%-
HSV(B)230.85º65.56%35.29%-
XYZ3.172.5510-
YUV43.01154.52119.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=19.25%
G=24.84%
B=55.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3140900.660.5600.65230.8548.7623.73
Hex1F285A4238041e73118
Octal37501321027001013476130
Binary1111110100010110101000010111000010000011110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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