#13094A

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

Shades of Paua #13094A

Tints of Paua #13094A

Color information

#13094A (or 0x13094A) is unknown color: approx Paua. HEX triplet: 13, 09 and 4A. RGB value is (19,9,74). Sum of RGB (Red+Green+Blue) = 19+9+74=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #13094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13094A is #ECF6B5. Grayscale: #131313. Windows color (decimal): -15529654 or 4851987. OLE color: 4851987.

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

Color convert

RGB19974-
CMYK0.740.8800.71
HSL249.23º78.31%16.27%-
HSV(B)249.23º87.84%29.02%-
XYZ1.60.836.55-
YUV19.4158.81127.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 74 (29.30% from 255) = 72.55%
R=18.63%
G=8.82%
B=72.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal199740.740.8800.71249.2378.3116.27
Hex1394A4A58047f94e10
Octal2311112112130010737111620
Binary1001110011001010100101010110000100011111111001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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