#130847

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

Shades of Paua #130847

Tints of Paua #130847

Color information

#130847 (or 0x130847) is unknown color: approx Paua. HEX triplet: 13, 08 and 47. RGB value is (19,8,71). Sum of RGB (Red+Green+Blue) = 19+8+71=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #130847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130847 is #ECF7B8. Grayscale: #121212. Windows color (decimal): -15529913 or 4655123. OLE color: 4655123.

HSL color Cylindrical-coordinate representation of color #130847: hue angle of 250.48º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130847 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19871-
CMYK0.730.8900.72
HSL250.48º79.75%15.49%-
HSV(B)250.48º88.73%27.84%-
XYZ1.490.776.03-
YUV18.47157.64128.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 71 (28.12% from 255) = 72.45%
R=19.39%
G=8.16%
B=72.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal198710.730.8900.72250.4879.7515.49
Hex138474959048fa50f
Octal2310107111131011037212017
Binary100111000100011110010011011001010010001111101010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130847; }

 p { color: rgb(19,8,71); }

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

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

 a { background-color: rgb(19,8,71); }

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

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

 span { border-color: rgb(19,8,71); }

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