#140953

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

Shades of Paua #140953

Tints of Paua #140953

Color information

#140953 (or 0x140953) is unknown color: approx Paua. HEX triplet: 14, 09 and 53. RGB value is (20,9,83). Sum of RGB (Red+Green+Blue) = 20+9+83=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #140953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140953 is #EBF6AC. Grayscale: #141414. Windows color (decimal): -15464109 or 5441812. OLE color: 5441812.

HSL color Cylindrical-coordinate representation of color #140953: hue angle of 248.92º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140953 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB20983-
CMYK0.760.8900.67
HSL248.92º80.43%18.04%-
HSV(B)248.92º89.16%32.55%-
XYZ1.950.978.27-
YUV20.72163.14127.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 83 (32.81% from 255) = 74.11%
R=17.86%
G=8.04%
B=74.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal209830.760.8900.67248.9280.4318.04
Hex149534C59043f95012
Octal2411123114131010337112022
Binary1010010011010011100110010110010100001111111001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140953; }

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

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

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

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

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

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

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

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