#120F4A

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

Shades of Paua #120F4A

Tints of Paua #120F4A

Color information

#120F4A (or 0x120F4A) is unknown color: approx Paua. HEX triplet: 12, 0F and 4A. RGB value is (18,15,74). Sum of RGB (Red+Green+Blue) = 18+15+74=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #120F4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F4A is #EDF0B5. Grayscale: #161616. Windows color (decimal): -15593654 or 4853522. OLE color: 4853522.

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

Color convert

RGB181574-
CMYK0.760.8000.71
HSL243.05º66.29%17.45%-
HSV(B)243.05º79.73%29.02%-
XYZ1.660.966.58-
YUV22.62156.99124.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 74 (29.30% from 255) = 69.16%
R=16.82%
G=14.02%
B=69.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1815740.760.8000.71243.0566.2917.45
Hex12F4A4C50047f34211
Octal2217112114120010736310221
Binary1001011111001010100110010100000100011111110011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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