#1F275E

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

Shades of Lucky Point #1F275E

Tints of Lucky Point #1F275E

Color information

#1F275E (or 0x1F275E) is unknown color: approx Lucky Point. HEX triplet: 1F, 27 and 5E. RGB value is (31,39,94). Sum of RGB (Red+Green+Blue) = 31+39+94=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F275E is #E0D8A1. Grayscale: #2A2A2A. Windows color (decimal): -14735522 or 6170399. OLE color: 6170399.

HSL color Cylindrical-coordinate representation of color #1F275E: hue angle of 232.38º 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 #1F275E is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB313994-
CMYK0.670.5900.63
HSL232.38º50.4%24.51%-
HSV(B)232.38º67.02%36.86%-
XYZ3.312.5510.91-
YUV42.88156.85119.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.90%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=18.90%
G=23.78%
B=57.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3139940.670.5900.63232.3850.424.51
Hex1F275E433B03Fe83219
Octal3747136103730773506231
Binary111111001111011110100001111101101111111110100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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