#1F235B

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

Shades of Lucky Point #1F235B

Tints of Lucky Point #1F235B

Color information

#1F235B (or 0x1F235B) is unknown color: approx Lucky Point. HEX triplet: 1F, 23 and 5B. RGB value is (31,35,91). Sum of RGB (Red+Green+Blue) = 31+35+91=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F235B is #E0DCA4. Grayscale: #272727. Windows color (decimal): -14736549 or 5972767. OLE color: 5972767.

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

Color convert

RGB313591-
CMYK0.660.6200.64
HSL236º49.18%23.92%-
HSV(B)236º65.93%35.69%-
XYZ3.052.2510.17-
YUV40.19156.67121.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.75%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=19.75%
G=22.29%
B=57.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3135910.660.6200.6423649.1823.92
Hex1F235B423E040ec3118
Octal37431331027601003546130
Binary1111110001110110111000010111110010000001110110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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