#130751

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

Shades of Paua #130751

Tints of Paua #130751

Color information

#130751 (or 0x130751) is unknown color: approx Paua. HEX triplet: 13, 07 and 51. RGB value is (19,7,81). Sum of RGB (Red+Green+Blue) = 19+7+81=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #130751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130751 is #ECF8AE. Grayscale: #121212. Windows color (decimal): -15530159 or 5310227. OLE color: 5310227.

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

Color convert

RGB19781-
CMYK0.770.9100.68
HSL249.73º84.09%17.25%-
HSV(B)249.73º91.36%31.76%-
XYZ1.830.887.86-
YUV19.02162.98127.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 81 (32.03% from 255) = 75.70%
R=17.76%
G=6.54%
B=75.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal197810.770.9100.68249.7384.0917.25
Hex137514D5B044fa5411
Octal237121115133010437212421
Binary100111111010001100110110110110100010011111010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130751; }

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

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

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

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

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

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

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

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