#131045

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

Shades of Paua #131045

Tints of Paua #131045

Color information

#131045 (or 0x131045) is unknown color: approx Paua. HEX triplet: 13, 10 and 45. RGB value is (19,16,69). Sum of RGB (Red+Green+Blue) = 19+16+69=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 69 (27.34% from 255 or 66.35% from 104); Max value from RGB is 69 - color contains mainly: blue. Hex color #131045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131045 is #ECEFBA. Grayscale: #161616. Windows color (decimal): -15527867 or 4526099. OLE color: 4526099.

HSL color Cylindrical-coordinate representation of color #131045: hue angle of 243.4º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131045 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB191669-
CMYK0.720.7700.73
HSL243.4º62.35%16.67%-
HSV(B)243.4º76.81%27.06%-
XYZ1.530.945.73-
YUV22.94153.99125.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 69 (27.34% from 255) = 66.35%
R=18.27%
G=15.38%
B=66.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1916690.720.7700.73243.462.3516.67
Hex131045484D049f33e11
Octal232010511011501113637621
Binary1001110000100010110010001001101010010011111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131045; }

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

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

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

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

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

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

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

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