#1F265E

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

Shades of Lucky Point #1F265E

Tints of Lucky Point #1F265E

Color information

#1F265E (or 0x1F265E) is unknown color: approx Lucky Point. HEX triplet: 1F, 26 and 5E. RGB value is (31,38,94). Sum of RGB (Red+Green+Blue) = 31+38+94=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F265E is #E0D9A1. Grayscale: #2A2A2A. Windows color (decimal): -14735778 or 6170143. OLE color: 6170143.

HSL color Cylindrical-coordinate representation of color #1F265E: hue angle of 233.33º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F265E is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB313894-
CMYK0.670.6000.63
HSL233.33º50.4%24.51%-
HSV(B)233.33º67.02%36.86%-
XYZ3.282.4910.9-
YUV42.29157.18119.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=19.02%
G=23.31%
B=57.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3138940.670.6000.63233.3350.424.51
Hex1F265E433C03Fe93219
Octal3746136103740773516231
Binary111111001101011110100001111110001111111110100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,94); }

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

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

 a { background-color: rgb(31,38,94); }

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

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

 span { border-color: rgb(31,38,94); }

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