#131042

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

Shades of Paua #131042

Tints of Paua #131042

Color information

#131042 (or 0x131042) is unknown color: approx Paua. HEX triplet: 13, 10 and 42. RGB value is (19,16,66). Sum of RGB (Red+Green+Blue) = 19+16+66=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 66 (26.17% from 255 or 65.35% from 101); Max value from RGB is 66 - color contains mainly: blue. Hex color #131042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131042 is #ECEFBD. Grayscale: #161616. Windows color (decimal): -15527870 or 4329491. OLE color: 4329491.

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

Color convert

RGB191666-
CMYK0.710.7600.74
HSL243.6º60.98%16.08%-
HSV(B)243.6º75.76%25.88%-
XYZ1.440.95.25-
YUV22.6152.49125.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 66 (26.17% from 255) = 65.35%
R=18.81%
G=15.84%
B=65.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1916660.710.7600.74243.660.9816.08
Hex131042474C04Af43d10
Octal232010210711401123647520
Binary1001110000100001010001111001100010010101111010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131042; }

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

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

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

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

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

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

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

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