#1F244A

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

Shades of Lucky Point #1F244A

Tints of Lucky Point #1F244A

Color information

#1F244A (or 0x1F244A) is unknown color: approx Lucky Point. HEX triplet: 1F, 24 and 4A. RGB value is (31,36,74). Sum of RGB (Red+Green+Blue) = 31+36+74=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F244A is #E0DBB5. Grayscale: #262626. Windows color (decimal): -14736310 or 4858911. OLE color: 4858911.

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

Color convert

RGB313674-
CMYK0.580.5100.71
HSL233.02º40.95%20.59%-
HSV(B)233.02º58.11%29.02%-
XYZ2.432.056.75-
YUV38.84147.84122.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 74 (29.30% from 255) = 52.48%
R=21.99%
G=25.53%
B=52.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3136740.580.5100.71233.0240.9520.59
Hex1F244A3A33047e92915
Octal3744112726301073515125
Binary111111001001001010111010110011010001111110100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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