#121851

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

Shades of Lucky Point #121851

Tints of Lucky Point #121851

Color information

#121851 (or 0x121851) is unknown color: approx Lucky Point. HEX triplet: 12, 18 and 51. RGB value is (18,24,81). Sum of RGB (Red+Green+Blue) = 18+24+81=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #121851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121851 is #EDE7AE. Grayscale: #1C1C1C. Windows color (decimal): -15591343 or 5314578. OLE color: 5314578.

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

Color convert

RGB182481-
CMYK0.780.7000.68
HSL234.29º63.64%19.41%-
HSV(B)234.29º77.78%31.76%-
XYZ2.061.387.94-
YUV28.7157.51120.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 81 (32.03% from 255) = 65.85%
R=14.63%
G=19.51%
B=65.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1824810.780.7000.68234.2963.6419.41
Hex1218514E46044ea4013
Octal2230121116106010435210023
Binary10010110001010001100111010001100100010011101010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121851; }

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

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

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

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

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

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

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

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