#121852

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

Shades of Lucky Point #121852

Tints of Lucky Point #121852

Color information

#121852 (or 0x121852) is unknown color: approx Lucky Point. HEX triplet: 12, 18 and 52. RGB value is (18,24,82). Sum of RGB (Red+Green+Blue) = 18+24+82=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #121852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121852 is #EDE7AD. Grayscale: #1C1C1C. Windows color (decimal): -15591342 or 5380114. OLE color: 5380114.

HSL color Cylindrical-coordinate representation of color #121852: hue angle of 234.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121852 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB182482-
CMYK0.780.7100.68
HSL234.38º64%19.61%-
HSV(B)234.38º78.05%32.16%-
XYZ2.11.398.14-
YUV28.82158.01120.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=14.52%
G=19.35%
B=66.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1824820.780.7100.68234.386419.61
Hex1218524E47044ea4014
Octal2230122116107010435210024
Binary10010110001010010100111010001110100010011101010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121852; }

 p { color: rgb(18,24,82); }

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

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

 a { background-color: rgb(18,24,82); }

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

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

 span { border-color: rgb(18,24,82); }

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