#131651

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

Shades of Paua #131651

Tints of Paua #131651

Color information

#131651 (or 0x131651) is unknown color: approx Paua. HEX triplet: 13, 16 and 51. RGB value is (19,22,81). Sum of RGB (Red+Green+Blue) = 19+22+81=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #131651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131651 is #ECE9AE. Grayscale: #1B1B1B. Windows color (decimal): -15526319 or 5314067. OLE color: 5314067.

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

Color convert

RGB192281-
CMYK0.770.7300.68
HSL237.1º62%19.61%-
HSV(B)237.1º76.54%31.76%-
XYZ2.041.317.93-
YUV27.83158.01121.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=15.57%
G=18.03%
B=66.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1922810.770.7300.68237.16219.61
Hex1316514D49044ed3e14
Octal232612111511101043557624
Binary1001110110101000110011011001001010001001110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131651; }

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

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

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

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

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

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

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

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