#13064D

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

Shades of Paua #13064D

Tints of Paua #13064D

Color information

#13064D (or 0x13064D) is unknown color: approx Paua. HEX triplet: 13, 06 and 4D. RGB value is (19,6,77). Sum of RGB (Red+Green+Blue) = 19+6+77=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #13064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13064D is #ECF9B2. Grayscale: #111111. Windows color (decimal): -15530419 or 5047827. OLE color: 5047827.

HSL color Cylindrical-coordinate representation of color #13064D: hue angle of 250.99º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13064D is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB19677-
CMYK0.750.9200.70
HSL250.99º85.54%16.27%-
HSV(B)250.99º92.21%30.2%-
XYZ1.670.87.09-
YUV17.98161.31128.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 6 (2.73% from 255) = 5.88%
BLUE value IS 77 (30.47% from 255) = 75.49%
R=18.63%
G=5.88%
B=75.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal196770.750.9200.70250.9985.5416.27
Hex1364D4B5C046fb5610
Octal236115113134010637312620
Binary100111101001101100101110111000100011011111011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13064D; }

 p { color: rgb(19,6,77); }

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

<style>
 a { background-color: #13064D; }

 a { background-color: rgb(19,6,77); }

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

<style>
 span { border-color: #13064D; }

 span { border-color: rgb(19,6,77); }

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