#18214D

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

Shades of Lucky Point #18214D

Tints of Lucky Point #18214D

Color information

#18214D (or 0x18214D) is unknown color: approx Lucky Point. HEX triplet: 18, 21 and 4D. RGB value is (24,33,77). Sum of RGB (Red+Green+Blue) = 24+33+77=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #18214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18214D is #E7DEB2. Grayscale: #232323. Windows color (decimal): -15195827 or 5054744. OLE color: 5054744.

HSL color Cylindrical-coordinate representation of color #18214D: hue angle of 229.81º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18214D is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB243377-
CMYK0.690.5700.70
HSL229.81º52.48%19.8%-
HSV(B)229.81º68.83%30.2%-
XYZ2.261.827.25-
YUV35.32151.52119.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=17.91%
G=24.63%
B=57.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2433770.690.5700.70229.8152.4819.8
Hex18214D4539046e63414
Octal30411151057101063466424
Binary1100010000110011011000101111001010001101110011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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