#13134A

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

Shades of Paua #13134A

Tints of Paua #13134A

Color information

#13134A (or 0x13134A) is unknown color: approx Paua. HEX triplet: 13, 13 and 4A. RGB value is (19,19,74). Sum of RGB (Red+Green+Blue) = 19+19+74=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #13134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13134A is #ECECB5. Grayscale: #191919. Windows color (decimal): -15527094 or 4854547. OLE color: 4854547.

HSL color Cylindrical-coordinate representation of color #13134A: hue angle of 240º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13134A is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB191974-
CMYK0.740.7400.71
HSL240º59.14%18.24%-
HSV(B)240º74.32%29.02%-
XYZ1.741.16.6-
YUV25.27155.5123.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 74 (29.30% from 255) = 66.07%
R=16.96%
G=16.96%
B=66.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1919740.740.7400.7124059.1418.24
Hex13134A4A4A047f03b12
Octal232311211211201073607322
Binary1001110011100101010010101001010010001111111000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13134A; }

 p { color: rgb(19,19,74); }

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

<style>
 a { background-color: #13134A; }

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

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

<style>
 span { border-color: #13134A; }

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

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