#130748

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

Shades of Paua #130748

Tints of Paua #130748

Color information

#130748 (or 0x130748) is unknown color: approx Paua. HEX triplet: 13, 07 and 48. RGB value is (19,7,72). Sum of RGB (Red+Green+Blue) = 19+7+72=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #130748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130748 is #ECF8B7. Grayscale: #111111. Windows color (decimal): -15530168 or 4720403. OLE color: 4720403.

HSL color Cylindrical-coordinate representation of color #130748: hue angle of 251.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130748 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19772-
CMYK0.740.9000.72
HSL251.08º82.28%15.49%-
HSV(B)251.08º90.28%28.24%-
XYZ1.510.766.2-
YUV18158.48128.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 72 (28.52% from 255) = 73.47%
R=19.39%
G=7.14%
B=73.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197720.740.9000.72251.0882.2815.49
Hex137484A5A048fb52f
Octal237110112132011037312217
Binary10011111100100010010101011010010010001111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130748; }

 p { color: rgb(19,7,72); }

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

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

 a { background-color: rgb(19,7,72); }

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

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

 span { border-color: rgb(19,7,72); }

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