#131043

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

Shades of Paua #131043

Tints of Paua #131043

Color information

#131043 (or 0x131043) is unknown color: approx Paua. HEX triplet: 13, 10 and 43. RGB value is (19,16,67). Sum of RGB (Red+Green+Blue) = 19+16+67=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #131043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131043 is #ECEFBC. Grayscale: #161616. Windows color (decimal): -15527869 or 4395027. OLE color: 4395027.

HSL color Cylindrical-coordinate representation of color #131043: hue angle of 243.53º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131043 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB191667-
CMYK0.720.7600.74
HSL243.53º61.45%16.27%-
HSV(B)243.53º76.12%26.27%-
XYZ1.470.915.41-
YUV22.71152.99125.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 67 (26.56% from 255) = 65.69%
R=18.63%
G=15.69%
B=65.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1916670.720.7600.74243.5361.4516.27
Hex131043484C04Af43d10
Octal232010311011401123647520
Binary1001110000100001110010001001100010010101111010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131043; }

 p { color: rgb(19,16,67); }

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

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

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

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

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

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

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