#130551

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

Shades of Paua #130551

Tints of Paua #130551

Color information

#130551 (or 0x130551) is unknown color: approx Paua. HEX triplet: 13, 05 and 51. RGB value is (19,5,81). Sum of RGB (Red+Green+Blue) = 19+5+81=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #130551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130551 is #ECFAAE. Grayscale: #111111. Windows color (decimal): -15530671 or 5309715. OLE color: 5309715.

HSL color Cylindrical-coordinate representation of color #130551: hue angle of 251.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130551 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB19581-
CMYK0.770.9400.68
HSL251.05º88.37%16.86%-
HSV(B)251.05º93.83%31.76%-
XYZ1.810.847.85-
YUV17.85163.64128.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 81 (32.03% from 255) = 77.14%
R=18.10%
G=4.76%
B=77.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal195810.770.9400.68251.0588.3716.86
Hex135514D5E044fb5811
Octal235121115136010437313021
Binary100111011010001100110110111100100010011111011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130551; }

 p { color: rgb(19,5,81); }

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

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

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

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

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

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

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