#120F49

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

Shades of Paua #120F49

Tints of Paua #120F49

Color information

#120F49 (or 0x120F49) is unknown color: approx Paua. HEX triplet: 12, 0F and 49. RGB value is (18,15,73). Sum of RGB (Red+Green+Blue) = 18+15+73=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #120F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F49 is #EDF0B6. Grayscale: #161616. Windows color (decimal): -15593655 or 4787986. OLE color: 4787986.

HSL color Cylindrical-coordinate representation of color #120F49: hue angle of 243.1º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120F49 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB181573-
CMYK0.750.7900.71
HSL243.1º65.91%17.25%-
HSV(B)243.1º79.45%28.63%-
XYZ1.620.956.4-
YUV22.51156.49124.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 73 (28.91% from 255) = 68.87%
R=16.98%
G=14.15%
B=68.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1815730.750.7900.71243.165.9117.25
Hex12F494B4F047f34211
Octal2217111113117010736310221
Binary1001011111001001100101110011110100011111110011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F49; }

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

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

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

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

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

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

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

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