#131451

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

Shades of Paua #131451

Tints of Paua #131451

Color information

#131451 (or 0x131451) is unknown color: approx Paua. HEX triplet: 13, 14 and 51. RGB value is (19,20,81). Sum of RGB (Red+Green+Blue) = 19+20+81=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #131451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131451 is #ECEBAE. Grayscale: #1A1A1A. Windows color (decimal): -15526831 or 5313555. OLE color: 5313555.

HSL color Cylindrical-coordinate representation of color #131451: hue angle of 239.03º 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 #131451 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB192081-
CMYK0.770.7500.68
HSL239.03º62%19.61%-
HSV(B)239.03º76.54%31.76%-
XYZ21.237.92-
YUV26.66158.67122.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 81 (32.03% from 255) = 67.5%
R=15.83%
G=16.67%
B=67.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1920810.770.7500.68239.036219.61
Hex1314514D4B044ef3e14
Octal232412111511301043577624
Binary1001110100101000110011011001011010001001110111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131451; }

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

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

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

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

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

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

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

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