#120550

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

Shades of Paua #120550

Tints of Paua #120550

Color information

#120550 (or 0x120550) is unknown color: approx Paua. HEX triplet: 12, 05 and 50. RGB value is (18,5,80). Sum of RGB (Red+Green+Blue) = 18+5+80=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #120550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120550 is #EDFAAF. Grayscale: #111111. Windows color (decimal): -15596208 or 5244178. OLE color: 5244178.

HSL color Cylindrical-coordinate representation of color #120550: hue angle of 250.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120550 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB18580-
CMYK0.780.9400.69
HSL250.4º88.24%16.67%-
HSV(B)250.4º93.75%31.37%-
XYZ1.750.827.65-
YUV17.44163.31128.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 80 (31.64% from 255) = 77.67%
R=17.48%
G=4.85%
B=77.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal185800.780.9400.69250.488.2416.67
Hex125504E5E045fa5811
Octal225120116136010537213021
Binary100101011010000100111010111100100010111111010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120550; }

 p { color: rgb(18,5,80); }

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

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

 a { background-color: rgb(18,5,80); }

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

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

 span { border-color: rgb(18,5,80); }

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