#131049

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

Shades of Paua #131049

Tints of Paua #131049

Color information

#131049 (or 0x131049) is unknown color: approx Paua. HEX triplet: 13, 10 and 49. RGB value is (19,16,73). Sum of RGB (Red+Green+Blue) = 19+16+73=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #131049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131049 is #ECEFB6. Grayscale: #171717. Windows color (decimal): -15527863 or 4788243. OLE color: 4788243.

HSL color Cylindrical-coordinate representation of color #131049: hue angle of 243.16º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131049 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB191673-
CMYK0.740.7800.71
HSL243.16º64.04%17.45%-
HSV(B)243.16º78.08%28.63%-
XYZ1.660.996.41-
YUV23.4155.99124.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 73 (28.91% from 255) = 67.59%
R=17.59%
G=14.81%
B=67.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1916730.740.7800.71243.1664.0417.45
Hex1310494A4E047f34011
Octal2320111112116010736310021
Binary10011100001001001100101010011100100011111110011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131049; }

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

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

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

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

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

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

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

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