#1F275B

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

Shades of Lucky Point #1F275B

Tints of Lucky Point #1F275B

Color information

#1F275B (or 0x1F275B) is unknown color: approx Lucky Point. HEX triplet: 1F, 27 and 5B. RGB value is (31,39,91). Sum of RGB (Red+Green+Blue) = 31+39+91=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F275B is #E0D8A4. Grayscale: #2A2A2A. Windows color (decimal): -14735525 or 5973791. OLE color: 5973791.

HSL color Cylindrical-coordinate representation of color #1F275B: hue angle of 232º degrees, saturation: 0.49, 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 #1F275B is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB313991-
CMYK0.660.5700.64
HSL232º49.18%23.92%-
HSV(B)232º65.93%35.69%-
XYZ3.182.510.21-
YUV42.54155.35119.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=19.25%
G=24.22%
B=56.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3139910.660.5700.6423249.1823.92
Hex1F275B4239040e83118
Octal37471331027101003506130
Binary1111110011110110111000010111001010000001110100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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