#131047

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

Shades of Paua #131047

Tints of Paua #131047

Color information

#131047 (or 0x131047) is unknown color: approx Paua. HEX triplet: 13, 10 and 47. RGB value is (19,16,71). Sum of RGB (Red+Green+Blue) = 19+16+71=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #131047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131047 is #ECEFB8. Grayscale: #161616. Windows color (decimal): -15527865 or 4657171. OLE color: 4657171.

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

Color convert

RGB191671-
CMYK0.730.7700.72
HSL243.27º63.22%17.06%-
HSV(B)243.27º77.46%27.84%-
XYZ1.590.966.06-
YUV23.17154.99125.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=17.92%
G=15.09%
B=66.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1916710.730.7700.72243.2763.2217.06
Hex131047494D048f33f11
Octal232010711111501103637721
Binary1001110000100011110010011001101010010001111001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131047; }

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

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

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

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

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

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

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

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