#13104A

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

Shades of Paua #13104A

Tints of Paua #13104A

Color information

#13104A (or 0x13104A) is unknown color: approx Paua. HEX triplet: 13, 10 and 4A. RGB value is (19,16,74). Sum of RGB (Red+Green+Blue) = 19+16+74=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #13104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13104A is #ECEFB5. Grayscale: #171717. Windows color (decimal): -15527862 or 4853779. OLE color: 4853779.

HSL color Cylindrical-coordinate representation of color #13104A: hue angle of 243.1º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13104A is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB191674-
CMYK0.740.7800.71
HSL243.1º64.44%17.65%-
HSV(B)243.1º78.38%29.02%-
XYZ1.6916.58-
YUV23.51156.49124.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 74 (29.30% from 255) = 67.89%
R=17.43%
G=14.68%
B=67.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1916740.740.7800.71243.164.4417.65
Hex13104A4A4E047f34012
Octal2320112112116010736310022
Binary10011100001001010100101010011100100011111110011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13104A; }

 p { color: rgb(19,16,74); }

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

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

 a { background-color: rgb(19,16,74); }

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

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

 span { border-color: rgb(19,16,74); }

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