#120D4E

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

Shades of Paua #120D4E

Tints of Paua #120D4E

Color information

#120D4E (or 0x120D4E) is unknown color: approx Paua. HEX triplet: 12, 0D and 4E. RGB value is (18,13,78). Sum of RGB (Red+Green+Blue) = 18+13+78=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #120D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D4E is #EDF2B1. Grayscale: #151515. Windows color (decimal): -15594162 or 5115154. OLE color: 5115154.

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

Color convert

RGB181378-
CMYK0.770.8300.69
HSL244.62º71.43%17.84%-
HSV(B)244.62º83.33%30.59%-
XYZ1.770.977.3-
YUV21.9159.66125.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 78 (30.86% from 255) = 71.56%
R=16.51%
G=11.93%
B=71.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1813780.770.8300.69244.6271.4317.84
Hex12D4E4D53045f54712
Octal2215116115123010536510722
Binary1001011011001110100110110100110100010111110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,78); }

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

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

 a { background-color: rgb(18,13,78); }

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

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

 span { border-color: rgb(18,13,78); }

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