#131048

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

Shades of Paua #131048

Tints of Paua #131048

Color information

#131048 (or 0x131048) is unknown color: approx Paua. HEX triplet: 13, 10 and 48. RGB value is (19,16,72). Sum of RGB (Red+Green+Blue) = 19+16+72=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #131048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131048 is #ECEFB7. Grayscale: #171717. Windows color (decimal): -15527864 or 4722707. OLE color: 4722707.

HSL color Cylindrical-coordinate representation of color #131048: hue angle of 243.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131048 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB191672-
CMYK0.740.7800.72
HSL243.21º63.64%17.25%-
HSV(B)243.21º77.78%28.24%-
XYZ1.620.986.23-
YUV23.28155.49124.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=17.76%
G=14.95%
B=67.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1916720.740.7800.72243.2163.6417.25
Hex1310484A4E048f34011
Octal2320110112116011036310021
Binary10011100001001000100101010011100100100011110011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131048; }

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

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

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

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

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

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

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

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