#120745

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

Shades of Paua #120745

Tints of Paua #120745

Color information

#120745 (or 0x120745) is unknown color: approx Paua. HEX triplet: 12, 07 and 45. RGB value is (18,7,69). Sum of RGB (Red+Green+Blue) = 18+7+69=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 69 (27.34% from 255 or 73.40% from 94); Max value from RGB is 69 - color contains mainly: blue. Hex color #120745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120745 is #EDF8BA. Grayscale: #111111. Windows color (decimal): -15595707 or 4523794. OLE color: 4523794.

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

Color convert

RGB18769-
CMYK0.740.9000.73
HSL250.65º81.58%14.9%-
HSV(B)250.65º89.86%27.06%-
XYZ1.40.715.69-
YUV17.36157.14128.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 69 (27.34% from 255) = 73.40%
R=19.15%
G=7.45%
B=73.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal187690.740.9000.73250.6581.5814.9
Hex127454A5A049fb52f
Octal227105112132011137312217
Binary10010111100010110010101011010010010011111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120745; }

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

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

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

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

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

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

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

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