#181D58

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

Shades of Lucky Point #181D58

Tints of Lucky Point #181D58

Color information

#181D58 (or 0x181D58) is unknown color: approx Lucky Point. HEX triplet: 18, 1D and 58. RGB value is (24,29,88). Sum of RGB (Red+Green+Blue) = 24+29+88=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #181D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D58 is #E7E2A7. Grayscale: #212121. Windows color (decimal): -15196840 or 5774616. OLE color: 5774616.

HSL color Cylindrical-coordinate representation of color #181D58: hue angle of 235.31º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #181D58 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB242988-
CMYK0.730.6700.65
HSL235.31º57.14%21.96%-
HSV(B)235.31º72.73%34.51%-
XYZ2.581.789.44-
YUV34.23158.34120.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 88 (34.77% from 255) = 62.41%
R=17.02%
G=20.57%
B=62.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2429880.730.6700.65235.3157.1421.96
Hex181D584943041eb3916
Octal303513011110301013537126
Binary1100011101101100010010011000011010000011110101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181D58; }

 p { color: rgb(24,29,88); }

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

<style>
 a { background-color: #181D58; }

 a { background-color: rgb(24,29,88); }

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

<style>
 span { border-color: #181D58; }

 span { border-color: rgb(24,29,88); }

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