#13144A

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

Shades of Paua #13144A

Tints of Paua #13144A

Color information

#13144A (or 0x13144A) is unknown color: approx Paua. HEX triplet: 13, 14 and 4A. RGB value is (19,20,74). Sum of RGB (Red+Green+Blue) = 19+20+74=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #13144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13144A is #ECEBB5. Grayscale: #191919. Windows color (decimal): -15526838 or 4854803. OLE color: 4854803.

HSL color Cylindrical-coordinate representation of color #13144A: hue angle of 238.91º 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 #13144A is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB192074-
CMYK0.740.7300.71
HSL238.91º59.14%18.24%-
HSV(B)238.91º74.32%29.02%-
XYZ1.751.136.6-
YUV25.86155.17123.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 74 (29.30% from 255) = 65.49%
R=16.81%
G=17.70%
B=65.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1920740.740.7300.71238.9159.1418.24
Hex13144A4A49047ef3b12
Octal232411211211101073577322
Binary1001110100100101010010101001001010001111110111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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