#1F234A

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

Shades of Lucky Point #1F234A

Tints of Lucky Point #1F234A

Color information

#1F234A (or 0x1F234A) is unknown color: approx Lucky Point. HEX triplet: 1F, 23 and 4A. RGB value is (31,35,74). Sum of RGB (Red+Green+Blue) = 31+35+74=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F234A is #E0DCB5. Grayscale: #262626. Windows color (decimal): -14736566 or 4858655. OLE color: 4858655.

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

Color convert

RGB313574-
CMYK0.580.5300.71
HSL234.42º40.95%20.59%-
HSV(B)234.42º58.11%29.02%-
XYZ2.41.996.74-
YUV38.25148.17122.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.14%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=22.14%
G=25%
B=52.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3135740.580.5300.71234.4240.9520.59
Hex1F234A3A35047ea2915
Octal3743112726501073525125
Binary111111000111001010111010110101010001111110101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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