#130947

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

Shades of Paua #130947

Tints of Paua #130947

Color information

#130947 (or 0x130947) is unknown color: approx Paua. HEX triplet: 13, 09 and 47. RGB value is (19,9,71). Sum of RGB (Red+Green+Blue) = 19+9+71=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #130947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130947 is #ECF6B8. Grayscale: #121212. Windows color (decimal): -15529657 or 4655379. OLE color: 4655379.

HSL color Cylindrical-coordinate representation of color #130947: hue angle of 249.68º 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 #130947 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19971-
CMYK0.730.8700.72
HSL249.68º77.5%15.69%-
HSV(B)249.68º87.32%27.84%-
XYZ1.50.796.03-
YUV19.06157.31127.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 71 (28.12% from 255) = 71.72%
R=19.19%
G=9.09%
B=71.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal199710.730.8700.72249.6877.515.69
Hex139474957048fa4e10
Octal2311107111127011037211620
Binary1001110011000111100100110101110100100011111010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130947; }

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

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

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

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

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

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

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

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