#140551

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

Shades of Paua #140551

Tints of Paua #140551

Color information

#140551 (or 0x140551) is unknown color: approx Paua. HEX triplet: 14, 05 and 51. RGB value is (20,5,81). Sum of RGB (Red+Green+Blue) = 20+5+81=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #140551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140551 is #EBFAAE. Grayscale: #111111. Windows color (decimal): -15465135 or 5309716. OLE color: 5309716.

HSL color Cylindrical-coordinate representation of color #140551: hue angle of 251.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140551 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB20581-
CMYK0.750.9400.68
HSL251.84º88.37%16.86%-
HSV(B)251.84º93.83%31.76%-
XYZ1.830.857.85-
YUV18.15163.47129.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 81 (32.03% from 255) = 76.42%
R=18.87%
G=4.72%
B=76.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal205810.750.9400.68251.8488.3716.86
Hex145514B5E044fc5811
Octal245121113136010437413021
Binary101001011010001100101110111100100010011111100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140551; }

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

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

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

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

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

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

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

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