#1F234F

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

Shades of Lucky Point #1F234F

Tints of Lucky Point #1F234F

Color information

#1F234F (or 0x1F234F) is unknown color: approx Lucky Point. HEX triplet: 1F, 23 and 4F. RGB value is (31,35,79). Sum of RGB (Red+Green+Blue) = 31+35+79=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F234F is #E0DCB0. Grayscale: #262626. Windows color (decimal): -14736561 or 5186335. OLE color: 5186335.

HSL color Cylindrical-coordinate representation of color #1F234F: hue angle of 235º 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 #1F234F is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB313579-
CMYK0.610.5600.69
HSL235º43.64%21.57%-
HSV(B)235º60.76%30.98%-
XYZ2.582.067.66-
YUV38.82150.67122.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=21.38%
G=24.14%
B=54.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3135790.610.5600.6923543.6421.57
Hex1F234F3D38045eb2c16
Octal3743117757001053535426
Binary111111000111001111111101111000010001011110101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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