#120950

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

Shades of Paua #120950

Tints of Paua #120950

Color information

#120950 (or 0x120950) is unknown color: approx Paua. HEX triplet: 12, 09 and 50. RGB value is (18,9,80). Sum of RGB (Red+Green+Blue) = 18+9+80=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #120950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120950 is #EDF6AF. Grayscale: #131313. Windows color (decimal): -15595184 or 5245202. OLE color: 5245202.

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

Color convert

RGB18980-
CMYK0.780.8900.69
HSL247.61º79.78%17.45%-
HSV(B)247.61º88.75%31.37%-
XYZ1.80.97.67-
YUV19.78161.98126.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=16.82%
G=8.41%
B=74.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal189800.780.8900.69247.6179.7817.45
Hex129504E59045f85011
Octal2211120116131010537012021
Binary1001010011010000100111010110010100010111111000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120950; }

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

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

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

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

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

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

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

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