#1F225C

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

Shades of Lucky Point #1F225C

Tints of Lucky Point #1F225C

Color information

#1F225C (or 0x1F225C) is unknown color: approx Lucky Point. HEX triplet: 1F, 22 and 5C. RGB value is (31,34,92). Sum of RGB (Red+Green+Blue) = 31+34+92=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F225C is #E0DDA3. Grayscale: #272727. Windows color (decimal): -14736804 or 6038047. OLE color: 6038047.

HSL color Cylindrical-coordinate representation of color #1F225C: hue angle of 237.05º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F225C is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB313492-
CMYK0.660.6300.64
HSL237.05º49.59%24.12%-
HSV(B)237.05º66.3%36.08%-
XYZ3.072.2110.39-
YUV39.71157.51121.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.75%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=19.75%
G=21.66%
B=58.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3134920.660.6300.64237.0549.5924.12
Hex1F225C423F040ed3218
Octal37421341027701003556230
Binary1111110001010111001000010111111010000001110110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,34,92); }

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

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

 a { background-color: rgb(31,34,92); }

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

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

 span { border-color: rgb(31,34,92); }

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