#131650

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

Shades of Paua #131650

Tints of Paua #131650

Color information

#131650 (or 0x131650) is unknown color: approx Paua. HEX triplet: 13, 16 and 50. RGB value is (19,22,80). Sum of RGB (Red+Green+Blue) = 19+22+80=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #131650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131650 is #ECE9AF. Grayscale: #1B1B1B. Windows color (decimal): -15526320 or 5248531. OLE color: 5248531.

HSL color Cylindrical-coordinate representation of color #131650: hue angle of 237.05º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131650 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB192280-
CMYK0.760.7200.69
HSL237.05º61.62%19.41%-
HSV(B)237.05º76.25%31.37%-
XYZ21.297.73-
YUV27.72157.51121.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=15.70%
G=18.18%
B=66.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1922800.760.7200.69237.0561.6219.41
Hex1316504C48045ed3e13
Octal232612011411001053557623
Binary1001110110101000010011001001000010001011110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131650; }

 p { color: rgb(19,22,80); }

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

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

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

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

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

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

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