#130D4C

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

Shades of Paua #130D4C

Tints of Paua #130D4C

Color information

#130D4C (or 0x130D4C) is unknown color: approx Paua. HEX triplet: 13, 0D and 4C. RGB value is (19,13,76). Sum of RGB (Red+Green+Blue) = 19+13+76=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #130D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D4C is #ECF2B3. Grayscale: #151515. Windows color (decimal): -15528628 or 4984083. OLE color: 4984083.

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

Color convert

RGB191376-
CMYK0.750.8300.70
HSL245.71º70.79%17.45%-
HSV(B)245.71º82.89%29.8%-
XYZ1.720.956.93-
YUV21.98158.49125.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 76 (30.08% from 255) = 70.37%
R=17.59%
G=12.04%
B=70.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1913760.750.8300.70245.7170.7917.45
Hex13D4C4B53046f64711
Octal2315114113123010636610721
Binary1001111011001100100101110100110100011011110110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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