#13094E

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

Shades of Paua #13094E

Tints of Paua #13094E

Color information

#13094E (or 0x13094E) is unknown color: approx Paua. HEX triplet: 13, 09 and 4E. RGB value is (19,9,78). Sum of RGB (Red+Green+Blue) = 19+9+78=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #13094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13094E is #ECF6B1. Grayscale: #131313. Windows color (decimal): -15529650 or 5114131. OLE color: 5114131.

HSL color Cylindrical-coordinate representation of color #13094E: hue angle of 248.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13094E is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19978-
CMYK0.760.8800.69
HSL248.7º79.31%17.06%-
HSV(B)248.7º88.46%30.59%-
XYZ1.740.887.29-
YUV19.86160.81127.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 78 (30.86% from 255) = 73.58%
R=17.92%
G=8.49%
B=73.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal199780.760.8800.69248.779.3117.06
Hex1394E4C58045f94f11
Octal2311116114130010537111721
Binary1001110011001110100110010110000100010111111001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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