#130C4C

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

Shades of Paua #130C4C

Tints of Paua #130C4C

Color information

#130C4C (or 0x130C4C) is unknown color: approx Paua. HEX triplet: 13, 0C and 4C. RGB value is (19,12,76). Sum of RGB (Red+Green+Blue) = 19+12+76=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #130C4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C4C is #ECF3B3. Grayscale: #151515. Windows color (decimal): -15528884 or 4983827. OLE color: 4983827.

HSL color Cylindrical-coordinate representation of color #130C4C: hue angle of 246.56º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130C4C is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB191276-
CMYK0.750.8400.70
HSL246.56º72.73%17.25%-
HSV(B)246.56º84.21%29.8%-
XYZ1.70.926.93-
YUV21.39158.82126.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 76 (30.08% from 255) = 71.03%
R=17.76%
G=11.21%
B=71.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1912760.750.8400.70246.5672.7317.25
Hex13C4C4B54046f74911
Octal2314114113124010636711121
Binary1001111001001100100101110101000100011011110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,12,76); }

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

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

 a { background-color: rgb(19,12,76); }

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

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

 span { border-color: rgb(19,12,76); }

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