#130850

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

Shades of Paua #130850

Tints of Paua #130850

Color information

#130850 (or 0x130850) is unknown color: approx Paua. HEX triplet: 13, 08 and 50. RGB value is (19,8,80). Sum of RGB (Red+Green+Blue) = 19+8+80=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #130850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130850 is #ECF7AF. Grayscale: #131313. Windows color (decimal): -15529904 or 5244947. OLE color: 5244947.

HSL color Cylindrical-coordinate representation of color #130850: hue angle of 249.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130850 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19880-
CMYK0.760.9000.69
HSL249.17º81.82%17.25%-
HSV(B)249.17º90%31.37%-
XYZ1.80.897.67-
YUV19.5162.14127.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=17.76%
G=7.48%
B=74.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal198800.760.9000.69249.1781.8217.25
Hex138504C5A045f95211
Octal2310120114132010537112221
Binary1001110001010000100110010110100100010111111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130850; }

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

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

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

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

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

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

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

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