#13064C

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

Shades of Paua #13064C

Tints of Paua #13064C

Color information

#13064C (or 0x13064C) is unknown color: approx Paua. HEX triplet: 13, 06 and 4C. RGB value is (19,6,76). Sum of RGB (Red+Green+Blue) = 19+6+76=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #13064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13064C is #ECF9B3. Grayscale: #111111. Windows color (decimal): -15530420 or 4982291. OLE color: 4982291.

HSL color Cylindrical-coordinate representation of color #13064C: hue angle of 251.14º degrees, saturation: 0.85, 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 #13064C is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB19676-
CMYK0.750.9200.70
HSL251.14º85.37%16.08%-
HSV(B)251.14º92.11%29.8%-
XYZ1.640.796.9-
YUV17.87160.81128.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 76 (30.08% from 255) = 75.25%
R=18.81%
G=5.94%
B=75.25%

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
Decimal196760.750.9200.70251.1485.3716.08
Hex1364C4B5C046fb5510
Octal236114113134010637312520
Binary100111101001100100101110111000100011011111011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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