#130948

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

Shades of Paua #130948

Tints of Paua #130948

Color information

#130948 (or 0x130948) is unknown color: approx Paua. HEX triplet: 13, 09 and 48. RGB value is (19,9,72). Sum of RGB (Red+Green+Blue) = 19+9+72=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #130948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130948 is #ECF6B7. Grayscale: #121212. Windows color (decimal): -15529656 or 4720915. OLE color: 4720915.

HSL color Cylindrical-coordinate representation of color #130948: hue angle of 249.52º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130948 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19972-
CMYK0.740.8800.72
HSL249.52º77.78%15.88%-
HSV(B)249.52º87.5%28.24%-
XYZ1.540.86.2-
YUV19.17157.81127.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 72 (28.52% from 255) = 72%
R=19%
G=9%
B=72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal199720.740.8800.72249.5277.7815.88
Hex139484A58048fa4e10
Octal2311110112130011037211620
Binary1001110011001000100101010110000100100011111010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130948; }

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

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

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

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

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

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

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

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