#1F2962

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

Shades of Lucky Point #1F2962

Tints of Lucky Point #1F2962

Color information

#1F2962 (or 0x1F2962) is unknown color: approx Lucky Point. HEX triplet: 1F, 29 and 62. RGB value is (31,41,98). Sum of RGB (Red+Green+Blue) = 31+41+98=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F2962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2962 is #E0D69D. Grayscale: #2C2C2C. Windows color (decimal): -14735006 or 6433055. OLE color: 6433055.

HSL color Cylindrical-coordinate representation of color #1F2962: hue angle of 231.04º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F2962 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB314198-
CMYK0.680.5800.62
HSL231.04º51.94%25.29%-
HSV(B)231.04º68.37%38.43%-
XYZ3.562.7611.9-
YUV44.51158.19118.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.24%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=18.24%
G=24.12%
B=57.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3141980.680.5800.62231.0451.9425.29
Hex1F2962443A03Ee73419
Octal3751142104720763476431
Binary111111010011100010100010011101001111101110011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,98); }

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

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

 a { background-color: rgb(31,41,98); }

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

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

 span { border-color: rgb(31,41,98); }

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