#130A44

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

Shades of Paua #130A44

Tints of Paua #130A44

Color information

#130A44 (or 0x130A44) is unknown color: approx Paua. HEX triplet: 13, 0A and 44. RGB value is (19,10,68). Sum of RGB (Red+Green+Blue) = 19+10+68=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 68 (26.95% from 255 or 70.10% from 97); Max value from RGB is 68 - color contains mainly: blue. Hex color #130A44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A44 is #ECF5BB. Grayscale: #131313. Windows color (decimal): -15529404 or 4459027. OLE color: 4459027.

HSL color Cylindrical-coordinate representation of color #130A44: hue angle of 249.31º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130A44 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB191068-
CMYK0.720.8500.73
HSL249.31º74.36%15.29%-
HSV(B)249.31º85.29%26.67%-
XYZ1.420.775.54-
YUV19.3155.48127.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 68 (26.95% from 255) = 70.10%
R=19.59%
G=10.31%
B=70.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1910680.720.8500.73249.3174.3615.29
Hex13A444855049f94af
Octal2312104110125011137111217
Binary100111010100010010010001010101010010011111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,10,68); }

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

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

 a { background-color: rgb(19,10,68); }

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

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

 span { border-color: rgb(19,10,68); }

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