#131147

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

Shades of Paua #131147

Tints of Paua #131147

Color information

#131147 (or 0x131147) is unknown color: approx Paua. HEX triplet: 13, 11 and 47. RGB value is (19,17,71). Sum of RGB (Red+Green+Blue) = 19+17+71=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #131147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131147 is #ECEEB8. Grayscale: #171717. Windows color (decimal): -15527609 or 4657427. OLE color: 4657427.

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

Color convert

RGB191771-
CMYK0.730.7600.72
HSL242.22º61.36%17.25%-
HSV(B)242.22º76.06%27.84%-
XYZ1.610.996.07-
YUV23.75154.66124.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 71 (28.12% from 255) = 66.36%
R=17.76%
G=15.89%
B=66.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1917710.730.7600.72242.2261.3617.25
Hex131147494C048f23d11
Octal232110711111401103627521
Binary1001110001100011110010011001100010010001111001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131147; }

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

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

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

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

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

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

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

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