#181F51

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

Shades of Lucky Point #181F51

Tints of Lucky Point #181F51

Color information

#181F51 (or 0x181F51) is unknown color: approx Lucky Point. HEX triplet: 18, 1F and 51. RGB value is (24,31,81). Sum of RGB (Red+Green+Blue) = 24+31+81=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #181F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F51 is #E7E0AE. Grayscale: #222222. Windows color (decimal): -15196335 or 5316376. OLE color: 5316376.

HSL color Cylindrical-coordinate representation of color #181F51: hue angle of 232.63º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181F51 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB243181-
CMYK0.700.6200.68
HSL232.63º54.29%20.59%-
HSV(B)232.63º70.37%31.76%-
XYZ2.351.778-
YUV34.61154.18120.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=17.65%
G=22.79%
B=59.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2431810.700.6200.68232.6354.2920.59
Hex181F51463E044e93615
Octal30371211067601043516625
Binary110001111110100011000110111110010001001110100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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