#120845

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

Shades of Paua #120845

Tints of Paua #120845

Color information

#120845 (or 0x120845) is unknown color: approx Paua. HEX triplet: 12, 08 and 45. RGB value is (18,8,69). Sum of RGB (Red+Green+Blue) = 18+8+69=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 69 (27.34% from 255 or 72.63% from 95); Max value from RGB is 69 - color contains mainly: blue. Hex color #120845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120845 is #EDF7BA. Grayscale: #111111. Windows color (decimal): -15595451 or 4524050. OLE color: 4524050.

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

Color convert

RGB18869-
CMYK0.740.8800.73
HSL249.84º79.22%15.1%-
HSV(B)249.84º88.41%27.06%-
XYZ1.410.735.7-
YUV17.94156.81128.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 69 (27.34% from 255) = 72.63%
R=18.95%
G=8.42%
B=72.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal188690.740.8800.73249.8479.2215.1
Hex128454A58049fa4ff
Octal2210105112130011137211717
Binary100101000100010110010101011000010010011111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120845; }

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

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

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

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

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

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

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

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