#1D2951

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

Shades of Lucky Point #1D2951

Tints of Lucky Point #1D2951

Color information

#1D2951 (or 0x1D2951) is unknown color: approx Lucky Point. HEX triplet: 1D, 29 and 51. RGB value is (29,41,81). Sum of RGB (Red+Green+Blue) = 29+41+81=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D2951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2951 is #E2D6AE. Grayscale: #292929. Windows color (decimal): -14866095 or 5318941. OLE color: 5318941.

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

Color convert

RGB294181-
CMYK0.640.4900.68
HSL226.15º47.27%21.57%-
HSV(B)226.15º64.2%31.76%-
XYZ2.782.448.11-
YUV41.97150.02118.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=19.21%
G=27.15%
B=53.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2941810.640.4900.68226.1547.2721.57
Hex1D29514031044e22f16
Octal35511211006101043425726
Binary1110110100110100011000000110001010001001110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,81); }

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

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

 a { background-color: rgb(29,41,81); }

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

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

 span { border-color: rgb(29,41,81); }

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