#1F2451

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

Shades of Lucky Point #1F2451

Tints of Lucky Point #1F2451

Color information

#1F2451 (or 0x1F2451) is unknown color: approx Lucky Point. HEX triplet: 1F, 24 and 51. RGB value is (31,36,81). Sum of RGB (Red+Green+Blue) = 31+36+81=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F2451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2451 is #E0DBAE. Grayscale: #272727. Windows color (decimal): -14736303 or 5317663. OLE color: 5317663.

HSL color Cylindrical-coordinate representation of color #1F2451: hue angle of 234º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F2451 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB313681-
CMYK0.620.5600.68
HSL234º44.64%21.96%-
HSV(B)234º61.73%31.76%-
XYZ2.682.158.06-
YUV39.64151.34121.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.95%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 81 (32.03% from 255) = 54.73%
R=20.95%
G=24.32%
B=54.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3136810.620.5600.6823444.6421.96
Hex1F24513E38044ea2d16
Octal3744121767001043525526
Binary111111001001010001111110111000010001001110101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,81); }

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

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

 a { background-color: rgb(31,36,81); }

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

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

 span { border-color: rgb(31,36,81); }

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