#131452

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

Shades of Paua #131452

Tints of Paua #131452

Color information

#131452 (or 0x131452) is unknown color: approx Paua. HEX triplet: 13, 14 and 52. RGB value is (19,20,82). Sum of RGB (Red+Green+Blue) = 19+20+82=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #131452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131452 is #ECEBAD. Grayscale: #1A1A1A. Windows color (decimal): -15526830 or 5379091. OLE color: 5379091.

HSL color Cylindrical-coordinate representation of color #131452: hue angle of 239.05º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131452 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB192082-
CMYK0.770.7600.68
HSL239.05º62.38%19.8%-
HSV(B)239.05º76.83%32.16%-
XYZ2.041.258.12-
YUV26.77159.17122.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 82 (32.42% from 255) = 67.77%
R=15.70%
G=16.53%
B=67.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1920820.770.7600.68239.0562.3819.8
Hex1314524D4C044ef3e14
Octal232412211511401043577624
Binary1001110100101001010011011001100010001001110111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131452; }

 p { color: rgb(19,20,82); }

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

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

 a { background-color: rgb(19,20,82); }

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

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

 span { border-color: rgb(19,20,82); }

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