#18214F

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

Shades of Lucky Point #18214F

Tints of Lucky Point #18214F

Color information

#18214F (or 0x18214F) is unknown color: approx Lucky Point. HEX triplet: 18, 21 and 4F. RGB value is (24,33,79). Sum of RGB (Red+Green+Blue) = 24+33+79=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #18214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18214F is #E7DEB0. Grayscale: #232323. Windows color (decimal): -15195825 or 5185816. OLE color: 5185816.

HSL color Cylindrical-coordinate representation of color #18214F: hue angle of 230.18º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18214F is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB243379-
CMYK0.700.5800.69
HSL230.18º53.4%20.2%-
HSV(B)230.18º69.62%30.98%-
XYZ2.331.857.63-
YUV35.55152.52119.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 33 (13.28% from 255) = 24.26%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=17.65%
G=24.26%
B=58.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2433790.700.5800.69230.1853.420.2
Hex18214F463A045e63514
Octal30411171067201053466524
Binary1100010000110011111000110111010010001011110011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18214F; }

 p { color: rgb(24,33,79); }

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

<style>
 a { background-color: #18214F; }

 a { background-color: rgb(24,33,79); }

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

<style>
 span { border-color: #18214F; }

 span { border-color: rgb(24,33,79); }

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