#120747

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

Shades of Paua #120747

Tints of Paua #120747

Color information

#120747 (or 0x120747) is unknown color: approx Paua. HEX triplet: 12, 07 and 47. RGB value is (18,7,71). Sum of RGB (Red+Green+Blue) = 18+7+71=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #120747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120747 is #EDF8B8. Grayscale: #111111. Windows color (decimal): -15595705 or 4654866. OLE color: 4654866.

HSL color Cylindrical-coordinate representation of color #120747: hue angle of 250.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120747 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB18771-
CMYK0.750.9000.72
HSL250.31º82.05%15.29%-
HSV(B)250.31º90.14%27.84%-
XYZ1.460.746.03-
YUV17.58158.14128.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 71 (28.12% from 255) = 73.96%
R=18.75%
G=7.29%
B=73.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187710.750.9000.72250.3182.0515.29
Hex127474B5A048fa52f
Octal227107113132011037212217
Binary10010111100011110010111011010010010001111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120747; }

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

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

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

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

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

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

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

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