#120947

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

Shades of Paua #120947

Tints of Paua #120947

Color information

#120947 (or 0x120947) is unknown color: approx Paua. HEX triplet: 12, 09 and 47. RGB value is (18,9,71). Sum of RGB (Red+Green+Blue) = 18+9+71=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #120947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120947 is #EDF6B8. Grayscale: #121212. Windows color (decimal): -15595193 or 4655378. OLE color: 4655378.

HSL color Cylindrical-coordinate representation of color #120947: hue angle of 248.71º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120947 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB18971-
CMYK0.750.8700.72
HSL248.71º77.5%15.69%-
HSV(B)248.71º87.32%27.84%-
XYZ1.480.786.03-
YUV18.76157.48127.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 71 (28.12% from 255) = 72.45%
R=18.37%
G=9.18%
B=72.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal189710.750.8700.72248.7177.515.69
Hex129474B57048f94e10
Octal2211107113127011037111620
Binary1001010011000111100101110101110100100011111001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120947; }

 p { color: rgb(18,9,71); }

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

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

 a { background-color: rgb(18,9,71); }

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

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

 span { border-color: rgb(18,9,71); }

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