#1F264B

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

Shades of Lucky Point #1F264B

Tints of Lucky Point #1F264B

Color information

#1F264B (or 0x1F264B) is unknown color: approx Lucky Point. HEX triplet: 1F, 26 and 4B. RGB value is (31,38,75). Sum of RGB (Red+Green+Blue) = 31+38+75=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F264B is #E0D9B4. Grayscale: #272727. Windows color (decimal): -14735797 or 4924959. OLE color: 4924959.

HSL color Cylindrical-coordinate representation of color #1F264B: hue angle of 230.45º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F264B is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB313875-
CMYK0.590.4900.71
HSL230.45º41.51%20.78%-
HSV(B)230.45º58.67%29.41%-
XYZ2.532.196.95-
YUV40.12147.68121.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.53%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 75 (29.69% from 255) = 52.08%
R=21.53%
G=26.39%
B=52.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3138750.590.4900.71230.4541.5120.78
Hex1F264B3B31047e62a15
Octal3746113736101073465225
Binary111111001101001011111011110001010001111110011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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