#13094F

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

Shades of Paua #13094F

Tints of Paua #13094F

Color information

#13094F (or 0x13094F) is unknown color: approx Paua. HEX triplet: 13, 09 and 4F. RGB value is (19,9,79). Sum of RGB (Red+Green+Blue) = 19+9+79=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #13094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13094F is #ECF6B0. Grayscale: #131313. Windows color (decimal): -15529649 or 5179667. OLE color: 5179667.

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

Color convert

RGB19979-
CMYK0.760.8900.69
HSL248.57º79.55%17.25%-
HSV(B)248.57º88.61%30.98%-
XYZ1.780.97.48-
YUV19.97161.31127.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 79 (31.25% from 255) = 73.83%
R=17.76%
G=8.41%
B=73.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal199790.760.8900.69248.5779.5517.25
Hex1394F4C59045f95011
Octal2311117114131010537112021
Binary1001110011001111100110010110010100010111111001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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