#1F2258

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

Shades of Lucky Point #1F2258

Tints of Lucky Point #1F2258

Color information

#1F2258 (or 0x1F2258) is unknown color: approx Lucky Point. HEX triplet: 1F, 22 and 58. RGB value is (31,34,88). Sum of RGB (Red+Green+Blue) = 31+34+88=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F2258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2258 is #E0DDA7. Grayscale: #272727. Windows color (decimal): -14736808 or 5775903. OLE color: 5775903.

HSL color Cylindrical-coordinate representation of color #1F2258: hue angle of 236.84º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F2258 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB313488-
CMYK0.650.6100.65
HSL236.84º47.9%23.33%-
HSV(B)236.84º64.77%34.51%-
XYZ2.92.149.49-
YUV39.26155.51122.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=20.26%
G=22.22%
B=57.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3134880.650.6100.65236.8447.923.33
Hex1F2258413D041ed3017
Octal37421301017501013556027
Binary1111110001010110001000001111101010000011110110111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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