#1D2862

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

Shades of Lucky Point #1D2862

Tints of Lucky Point #1D2862

Color information

#1D2862 (or 0x1D2862) is unknown color: approx Lucky Point. HEX triplet: 1D, 28 and 62. RGB value is (29,40,98). Sum of RGB (Red+Green+Blue) = 29+40+98=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D2862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2862 is #E2D79D. Grayscale: #2B2B2B. Windows color (decimal): -14866334 or 6432797. OLE color: 6432797.

HSL color Cylindrical-coordinate representation of color #1D2862: hue angle of 230.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D2862 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB294098-
CMYK0.700.5900.62
HSL230.43º54.33%24.9%-
HSV(B)230.43º70.41%38.43%-
XYZ3.472.6611.89-
YUV43.32158.86117.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 98 (38.67% from 255) = 58.68%
R=17.37%
G=23.95%
B=58.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2940980.700.5900.62230.4354.3324.9
Hex1D2862463B03Ee63619
Octal3550142106730763466631
Binary111011010001100010100011011101101111101110011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,40,98); }

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

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

 a { background-color: rgb(29,40,98); }

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

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

 span { border-color: rgb(29,40,98); }

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