#13084F

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

Shades of Paua #13084F

Tints of Paua #13084F

Color information

#13084F (or 0x13084F) is unknown color: approx Paua. HEX triplet: 13, 08 and 4F. RGB value is (19,8,79). Sum of RGB (Red+Green+Blue) = 19+8+79=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #13084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13084F is #ECF7B0. Grayscale: #131313. Windows color (decimal): -15529905 or 5179411. OLE color: 5179411.

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

Color convert

RGB19879-
CMYK0.760.9000.69
HSL249.3º81.61%17.06%-
HSV(B)249.3º89.87%30.98%-
XYZ1.770.887.47-
YUV19.38161.64127.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=17.92%
G=7.55%
B=74.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal198790.760.9000.69249.381.6117.06
Hex1384F4C5A045f95211
Octal2310117114132010537112221
Binary1001110001001111100110010110100100010111111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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