#131247

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

Shades of Paua #131247

Tints of Paua #131247

Color information

#131247 (or 0x131247) is unknown color: approx Paua. HEX triplet: 13, 12 and 47. RGB value is (19,18,71). Sum of RGB (Red+Green+Blue) = 19+18+71=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #131247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131247 is #ECEDB8. Grayscale: #181818. Windows color (decimal): -15527353 or 4657683. OLE color: 4657683.

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

Color convert

RGB191871-
CMYK0.730.7500.72
HSL241.13º59.55%17.45%-
HSV(B)241.13º74.65%27.84%-
XYZ1.621.036.07-
YUV24.34154.33124.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=17.59%
G=16.67%
B=65.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1918710.730.7500.72241.1359.5517.45
Hex131247494B048f13c11
Octal232210711111301103617421
Binary1001110010100011110010011001011010010001111000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131247; }

 p { color: rgb(19,18,71); }

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

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

 a { background-color: rgb(19,18,71); }

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

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

 span { border-color: rgb(19,18,71); }

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