#131550

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

Shades of Paua #131550

Tints of Paua #131550

Color information

#131550 (or 0x131550) is unknown color: approx Paua. HEX triplet: 13, 15 and 50. RGB value is (19,21,80). Sum of RGB (Red+Green+Blue) = 19+21+80=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #131550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131550 is #ECEAAF. Grayscale: #1A1A1A. Windows color (decimal): -15526576 or 5248275. OLE color: 5248275.

HSL color Cylindrical-coordinate representation of color #131550: hue angle of 238.03º 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 #131550 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB192180-
CMYK0.760.7400.69
HSL238.03º61.62%19.41%-
HSV(B)238.03º76.25%31.37%-
XYZ1.981.257.73-
YUV27.13157.84122.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=15.83%
G=17.5%
B=66.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1921800.760.7400.69238.0361.6219.41
Hex1315504C4A045ee3e13
Octal232512011411201053567623
Binary1001110101101000010011001001010010001011110111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131550; }

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

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

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

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

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

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

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

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