#120C4F

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

Shades of Paua #120C4F

Tints of Paua #120C4F

Color information

#120C4F (or 0x120C4F) is unknown color: approx Paua. HEX triplet: 12, 0C and 4F. RGB value is (18,12,79). Sum of RGB (Red+Green+Blue) = 18+12+79=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 79 (31.25% from 255 or 72.48% from 109); Max value from RGB is 79 - color contains mainly: blue. Hex color #120C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C4F is #EDF3B0. Grayscale: #151515. Windows color (decimal): -15594417 or 5180434. OLE color: 5180434.

HSL color Cylindrical-coordinate representation of color #120C4F: hue angle of 245.37º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120C4F is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB181279-
CMYK0.770.8500.69
HSL245.37º73.63%17.84%-
HSV(B)245.37º84.81%30.98%-
XYZ1.790.967.49-
YUV21.43160.49125.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 79 (31.25% from 255) = 72.48%
R=16.51%
G=11.01%
B=72.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1812790.770.8500.69245.3773.6317.84
Hex12C4F4D55045f54a12
Octal2214117115125010536511222
Binary1001011001001111100110110101010100010111110101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,79); }

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

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

 a { background-color: rgb(18,12,79); }

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

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

 span { border-color: rgb(18,12,79); }

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