#1f265f

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

Shades of Lucky Point #1F265F

Tints of Lucky Point #1F265F

Color information

#1F265F (or 0x1F265F) is unknown color: approx Lucky Point. HEX triplet: 1F, 26 and 5F. RGB value is (31,38,95). Sum of RGB (Red+Green+Blue) = 31+38+95=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F265F is #E0D9A0. Grayscale: #2A2A2A. Windows color (decimal): -14735777 or 6235679. OLE color: 6235679.

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

Color convert

RGB313895-
CMYK0.670.6000.63
HSL233.44º50.79%24.71%-
HSV(B)233.44º67.37%37.25%-
XYZ3.322.511.13-
YUV42.4157.68119.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.90%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 95 (37.5% from 255) = 57.93%
R=18.90%
G=23.17%
B=57.93%

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
Decimal3138950.670.6000.63233.4450.7924.71
Hex1F265F433C03Fe93319
Octal3746137103740773516331
Binary111111001101011111100001111110001111111110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f265f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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