#120651

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

Shades of Paua #120651

Tints of Paua #120651

Color information

#120651 (or 0x120651) is unknown color: approx Paua. HEX triplet: 12, 06 and 51. RGB value is (18,6,81). Sum of RGB (Red+Green+Blue) = 18+6+81=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #120651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120651 is #EDF9AE. Grayscale: #111111. Windows color (decimal): -15595951 or 5309970. OLE color: 5309970.

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

Color convert

RGB18681-
CMYK0.780.9300.68
HSL249.6º86.21%17.06%-
HSV(B)249.6º92.59%31.76%-
XYZ1.80.857.85-
YUV18.14163.48127.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 81 (32.03% from 255) = 77.14%
R=17.14%
G=5.71%
B=77.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal186810.780.9300.68249.686.2117.06
Hex126514E5D044fa5611
Octal226121116135010437212621
Binary100101101010001100111010111010100010011111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120651; }

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

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

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

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

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

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

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

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