#130846

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

Shades of Paua #130846

Tints of Paua #130846

Color information

#130846 (or 0x130846) is unknown color: approx Paua. HEX triplet: 13, 08 and 46. RGB value is (19,8,70). Sum of RGB (Red+Green+Blue) = 19+8+70=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 70 (27.73% from 255 or 72.16% from 97); Max value from RGB is 70 - color contains mainly: blue. Hex color #130846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130846 is #ECF7B9. Grayscale: #121212. Windows color (decimal): -15529914 or 4589587. OLE color: 4589587.

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

Color convert

RGB19870-
CMYK0.730.8900.73
HSL250.65º79.49%15.29%-
HSV(B)250.65º88.57%27.45%-
XYZ1.460.755.86-
YUV18.36157.14128.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 70 (27.73% from 255) = 72.16%
R=19.59%
G=8.25%
B=72.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal198700.730.8900.73250.6579.4915.29
Hex138464959049fb4ff
Octal2310106111131011137311717
Binary100111000100011010010011011001010010011111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130846; }

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

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

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

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

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

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

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

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