#130151

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

Shades of Paua #130151

Tints of Paua #130151

Color information

#130151 (or 0x130151) is unknown color: approx Paua. HEX triplet: 13, 01 and 51. RGB value is (19,1,81). Sum of RGB (Red+Green+Blue) = 19+1+81=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #130151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130151 is #ECFEAE. Grayscale: #0F0F0F. Windows color (decimal): -15531695 or 5308691. OLE color: 5308691.

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

Color convert

RGB19181-
CMYK0.770.9900.68
HSL253.5º97.56%16.08%-
HSV(B)253.5º98.77%31.76%-
XYZ1.760.757.84-
YUV15.5164.96130.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 81 (32.03% from 255) = 80.20%
R=18.81%
G=0.99%
B=80.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal191810.770.9900.68253.597.5616.08
Hex131514D63044fe6210
Octal231121115143010437614220
Binary1001111010001100110111000110100010011111110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130151; }

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

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

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

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

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

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

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

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