#130350

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

Shades of Paua #130350

Tints of Paua #130350

Color information

#130350 (or 0x130350) is unknown color: approx Paua. HEX triplet: 13, 03 and 50. RGB value is (19,3,80). Sum of RGB (Red+Green+Blue) = 19+3+80=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #130350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130350 is #ECFCAF. Grayscale: #101010. Windows color (decimal): -15531184 or 5243667. OLE color: 5243667.

HSL color Cylindrical-coordinate representation of color #130350: hue angle of 252.47º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130350 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19380-
CMYK0.760.9600.69
HSL252.47º92.77%16.27%-
HSV(B)252.47º96.25%31.37%-
XYZ1.750.787.65-
YUV16.56163.8129.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 80 (31.64% from 255) = 78.43%
R=18.63%
G=2.94%
B=78.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal193800.760.9600.69252.4792.7716.27
Hex133504C60045fc5d10
Octal233120114140010537413520
Binary10011111010000100110011000000100010111111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130350; }

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

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

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

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

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

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

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

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