#140946

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

Shades of Paua #140946

Tints of Paua #140946

Color information

#140946 (or 0x140946) is unknown color: approx Paua. HEX triplet: 14, 09 and 46. RGB value is (20,9,70). Sum of RGB (Red+Green+Blue) = 20+9+70=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #140946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140946 is #EBF6B9. Grayscale: #131313. Windows color (decimal): -15464122 or 4589844. OLE color: 4589844.

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

Color convert

RGB20970-
CMYK0.710.8700.73
HSL250.82º77.22%15.49%-
HSV(B)250.82º87.14%27.45%-
XYZ1.490.795.87-
YUV19.24156.64128.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 70 (27.73% from 255) = 70.71%
R=20.20%
G=9.09%
B=70.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal209700.710.8700.73250.8277.2215.49
Hex149464757049fb4df
Octal2411106107127011137311517
Binary101001001100011010001111010111010010011111101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140946; }

 p { color: rgb(20,9,70); }

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

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

 a { background-color: rgb(20,9,70); }

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

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

 span { border-color: rgb(20,9,70); }

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