#120549

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

Shades of Paua #120549

Tints of Paua #120549

Color information

#120549 (or 0x120549) is unknown color: approx Paua. HEX triplet: 12, 05 and 49. RGB value is (18,5,73). Sum of RGB (Red+Green+Blue) = 18+5+73=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #120549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120549 is #EDFAB6. Grayscale: #101010. Windows color (decimal): -15596215 or 4785426. OLE color: 4785426.

HSL color Cylindrical-coordinate representation of color #120549: hue angle of 251.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120549 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB18573-
CMYK0.750.9300.71
HSL251.47º87.18%15.29%-
HSV(B)251.47º93.15%28.63%-
XYZ1.510.726.36-
YUV16.64159.81128.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 73 (28.91% from 255) = 76.04%
R=18.75%
G=5.21%
B=76.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal185730.750.9300.71251.4787.1815.29
Hex125494B5D047fb57f
Octal225111113135010737312717
Binary10010101100100110010111011101010001111111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120549; }

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

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

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

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

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

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

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

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