#131349

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

Shades of Paua #131349

Tints of Paua #131349

Color information

#131349 (or 0x131349) is unknown color: approx Paua. HEX triplet: 13, 13 and 49. RGB value is (19,19,73). Sum of RGB (Red+Green+Blue) = 19+19+73=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #131349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131349 is #ECECB6. Grayscale: #181818. Windows color (decimal): -15527095 or 4789011. OLE color: 4789011.

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

Color convert

RGB191973-
CMYK0.740.7400.71
HSL240º58.7%18.04%-
HSV(B)240º73.97%28.63%-
XYZ1.71.096.42-
YUV25.16155123.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 73 (28.91% from 255) = 65.77%
R=17.12%
G=17.12%
B=65.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1919730.740.7400.7124058.718.04
Hex1313494A4A047f03b12
Octal232311111211201073607322
Binary1001110011100100110010101001010010001111111000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131349; }

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

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

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

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

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

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

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

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