#121A51

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

Shades of Lucky Point #121A51

Tints of Lucky Point #121A51

Color information

#121A51 (or 0x121A51) is unknown color: approx Lucky Point. HEX triplet: 12, 1A and 51. RGB value is (18,26,81). Sum of RGB (Red+Green+Blue) = 18+26+81=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #121A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A51 is #EDE5AE. Grayscale: #1D1D1D. Windows color (decimal): -15590831 or 5315090. OLE color: 5315090.

HSL color Cylindrical-coordinate representation of color #121A51: hue angle of 232.38º 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 #121A51 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB182681-
CMYK0.780.6800.68
HSL232.38º63.64%19.41%-
HSV(B)232.38º77.78%31.76%-
XYZ2.11.467.96-
YUV29.88156.85119.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=14.4%
G=20.8%
B=64.8%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1826810.780.6800.68232.3863.6419.41
Hex121A514E44044e84013
Octal2232121116104010435010023
Binary10010110101010001100111010001000100010011101000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A51; }

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

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

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

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

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

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

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

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