#140947

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

Shades of Paua #140947

Tints of Paua #140947

Color information

#140947 (or 0x140947) is unknown color: approx Paua. HEX triplet: 14, 09 and 47. RGB value is (20,9,71). Sum of RGB (Red+Green+Blue) = 20+9+71=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #140947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140947 is #EBF6B8. Grayscale: #131313. Windows color (decimal): -15464121 or 4655380. OLE color: 4655380.

HSL color Cylindrical-coordinate representation of color #140947: hue angle of 250.65º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140947 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB20971-
CMYK0.720.8700.72
HSL250.65º77.5%15.69%-
HSV(B)250.65º87.32%27.84%-
XYZ1.520.86.04-
YUV19.36157.14128.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 71 (28.12% from 255) = 71%
R=20%
G=9%
B=71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal209710.720.8700.72250.6577.515.69
Hex149474857048fb4e10
Octal2411107110127011037311620
Binary1010010011000111100100010101110100100011111011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140947; }

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

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

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

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

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

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

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

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