#120650

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

Shades of Paua #120650

Tints of Paua #120650

Color information

#120650 (or 0x120650) is unknown color: approx Paua. HEX triplet: 12, 06 and 50. RGB value is (18,6,80). Sum of RGB (Red+Green+Blue) = 18+6+80=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #120650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120650 is #EDF9AF. Grayscale: #111111. Windows color (decimal): -15595952 or 5244434. OLE color: 5244434.

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

Color convert

RGB18680-
CMYK0.780.9200.69
HSL249.73º86.05%16.86%-
HSV(B)249.73º92.5%31.37%-
XYZ1.760.847.66-
YUV18.02162.98127.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 80 (31.64% from 255) = 76.92%
R=17.31%
G=5.77%
B=76.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal186800.780.9200.69249.7386.0516.86
Hex126504E5C045fa5611
Octal226120116134010537212621
Binary100101101010000100111010111000100010111111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120650; }

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

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

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

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

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

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

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

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