#120E48

Color #120E48 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #120E48

Tints of Paua #120E48

Color information

#120E48 (or 0x120E48) is unknown color: approx Paua. HEX triplet: 12, 0E and 48. RGB value is (18,14,72). Sum of RGB (Red+Green+Blue) = 18+14+72=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #120E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E48 is #EDF1B7. Grayscale: #151515. Windows color (decimal): -15593912 or 4722194. OLE color: 4722194.

HSL color Cylindrical-coordinate representation of color #120E48: hue angle of 244.14º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #120E48 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB181472-
CMYK0.750.8100.72
HSL244.14º67.44%16.86%-
HSV(B)244.14º80.56%28.24%-
XYZ1.580.916.22-
YUV21.81156.33125.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=17.31%
G=13.46%
B=69.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1814720.750.8100.72244.1467.4416.86
Hex12E484B51048f44311
Octal2216110113121011036410321
Binary1001011101001000100101110100010100100011110100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E48; }

 p { color: rgb(18,14,72); }

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

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

 a { background-color: rgb(18,14,72); }

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

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

 span { border-color: rgb(18,14,72); }

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