#130D49

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

Shades of Paua #130D49

Tints of Paua #130D49

Color information

#130D49 (or 0x130D49) is unknown color: approx Paua. HEX triplet: 13, 0D and 49. RGB value is (19,13,73). Sum of RGB (Red+Green+Blue) = 19+13+73=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #130D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D49 is #ECF2B6. Grayscale: #151515. Windows color (decimal): -15528631 or 4787475. OLE color: 4787475.

HSL color Cylindrical-coordinate representation of color #130D49: hue angle of 246º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130D49 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB191373-
CMYK0.740.8200.71
HSL246º69.77%16.86%-
HSV(B)246º82.19%28.63%-
XYZ1.620.916.39-
YUV21.63156.99126.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=18.10%
G=12.38%
B=69.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1913730.740.8200.7124669.7716.86
Hex13D494A52047f64611
Octal2315111112122010736610621
Binary1001111011001001100101010100100100011111110110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130D49; }

 p { color: rgb(19,13,73); }

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

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

 a { background-color: rgb(19,13,73); }

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

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

 span { border-color: rgb(19,13,73); }

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