#121B51

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

Shades of Lucky Point #121B51

Tints of Lucky Point #121B51

Color information

#121B51 (or 0x121B51) is unknown color: approx Lucky Point. HEX triplet: 12, 1B and 51. RGB value is (18,27,81). Sum of RGB (Red+Green+Blue) = 18+27+81=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #121B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B51 is #EDE4AE. Grayscale: #1E1E1E. Windows color (decimal): -15590575 or 5315346. OLE color: 5315346.

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

Color convert

RGB182781-
CMYK0.780.6700.68
HSL231.43º63.64%19.41%-
HSV(B)231.43º77.78%31.76%-
XYZ2.131.517.96-
YUV30.46156.52119.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 81 (32.03% from 255) = 64.29%
R=14.29%
G=21.43%
B=64.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1827810.780.6700.68231.4363.6419.41
Hex121B514E43044e74013
Octal2233121116103010434710023
Binary10010110111010001100111010000110100010011100111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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