#120F4C

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

Shades of Paua #120F4C

Tints of Paua #120F4C

Color information

#120F4C (or 0x120F4C) is unknown color: approx Paua. HEX triplet: 12, 0F and 4C. RGB value is (18,15,76). Sum of RGB (Red+Green+Blue) = 18+15+76=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #120F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F4C is #EDF0B3. Grayscale: #161616. Windows color (decimal): -15593652 or 4984594. OLE color: 4984594.

HSL color Cylindrical-coordinate representation of color #120F4C: hue angle of 242.95º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120F4C is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB181576-
CMYK0.760.8000.70
HSL242.95º67.03%17.84%-
HSV(B)242.95º80.26%29.8%-
XYZ1.720.996.94-
YUV22.85157.99124.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 76 (30.08% from 255) = 69.72%
R=16.51%
G=13.76%
B=69.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1815760.760.8000.70242.9567.0317.84
Hex12F4C4C50046f34312
Octal2217114114120010636310322
Binary1001011111001100100110010100000100011011110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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