#1F244D

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

Shades of Lucky Point #1F244D

Tints of Lucky Point #1F244D

Color information

#1F244D (or 0x1F244D) is unknown color: approx Lucky Point. HEX triplet: 1F, 24 and 4D. RGB value is (31,36,77). Sum of RGB (Red+Green+Blue) = 31+36+77=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F244D is #E0DBB2. Grayscale: #272727. Windows color (decimal): -14736307 or 5055519. OLE color: 5055519.

HSL color Cylindrical-coordinate representation of color #1F244D: hue angle of 233.48º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F244D is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB313677-
CMYK0.600.5300.70
HSL233.48º42.59%21.18%-
HSV(B)233.48º59.74%30.2%-
XYZ2.542.097.29-
YUV39.18149.34122.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.53%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=21.53%
G=25%
B=53.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3136770.600.5300.70233.4842.5921.18
Hex1F244D3C35046e92b15
Octal3744115746501063515325
Binary111111001001001101111100110101010001101110100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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