#1F244F

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

Shades of Lucky Point #1F244F

Tints of Lucky Point #1F244F

Color information

#1F244F (or 0x1F244F) is unknown color: approx Lucky Point. HEX triplet: 1F, 24 and 4F. RGB value is (31,36,79). Sum of RGB (Red+Green+Blue) = 31+36+79=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F244F is #E0DBB0. Grayscale: #272727. Windows color (decimal): -14736305 or 5186591. OLE color: 5186591.

HSL color Cylindrical-coordinate representation of color #1F244F: hue angle of 233.75º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F244F is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB313679-
CMYK0.610.5400.69
HSL233.75º43.64%21.57%-
HSV(B)233.75º60.76%30.98%-
XYZ2.612.127.67-
YUV39.41150.34122-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=21.23%
G=24.66%
B=54.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3136790.610.5400.69233.7543.6421.57
Hex1F244F3D36045ea2c16
Octal3744117756601053525426
Binary111111001001001111111101110110010001011110101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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