#120751

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

Shades of Paua #120751

Tints of Paua #120751

Color information

#120751 (or 0x120751) is unknown color: approx Paua. HEX triplet: 12, 07 and 51. RGB value is (18,7,81). Sum of RGB (Red+Green+Blue) = 18+7+81=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #120751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120751 is #EDF8AE. Grayscale: #121212. Windows color (decimal): -15595695 or 5310226. OLE color: 5310226.

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

Color convert

RGB18781-
CMYK0.780.9100.68
HSL248.92º84.09%17.25%-
HSV(B)248.92º91.36%31.76%-
XYZ1.810.877.86-
YUV18.73163.14127.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 81 (32.03% from 255) = 76.42%
R=16.98%
G=6.60%
B=76.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal187810.780.9100.68248.9284.0917.25
Hex127514E5B044f95411
Octal227121116133010437112421
Binary100101111010001100111010110110100010011111001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120751; }

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

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

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

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

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

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

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

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