#120350

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

Shades of Paua #120350

Tints of Paua #120350

Color information

#120350 (or 0x120350) is unknown color: approx Paua. HEX triplet: 12, 03 and 50. RGB value is (18,3,80). Sum of RGB (Red+Green+Blue) = 18+3+80=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #120350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120350 is #EDFCAF. Grayscale: #0F0F0F. Windows color (decimal): -15596720 or 5243666. OLE color: 5243666.

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

Color convert

RGB18380-
CMYK0.780.9600.69
HSL251.69º92.77%16.27%-
HSV(B)251.69º96.25%31.37%-
XYZ1.730.777.65-
YUV16.26163.97129.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 80 (31.64% from 255) = 79.21%
R=17.82%
G=2.97%
B=79.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal183800.780.9600.69251.6992.7716.27
Hex123504E60045fc5d10
Octal223120116140010537413520
Binary10010111010000100111011000000100010111111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120350; }

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

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

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

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

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

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

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

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