#131450

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

Shades of Paua #131450

Tints of Paua #131450

Color information

#131450 (or 0x131450) is unknown color: approx Paua. HEX triplet: 13, 14 and 50. RGB value is (19,20,80). Sum of RGB (Red+Green+Blue) = 19+20+80=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #131450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131450 is #ECEBAF. Grayscale: #1A1A1A. Windows color (decimal): -15526832 or 5248019. OLE color: 5248019.

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

Color convert

RGB192080-
CMYK0.760.7500.69
HSL239.02º61.62%19.41%-
HSV(B)239.02º76.25%31.37%-
XYZ1.971.227.72-
YUV26.54158.17122.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 80 (31.64% from 255) = 67.23%
R=15.97%
G=16.81%
B=67.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1920800.760.7500.69239.0261.6219.41
Hex1314504C4B045ef3e13
Octal232412011411301053577623
Binary1001110100101000010011001001011010001011110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131450; }

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

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

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

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

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

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

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

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