#140651

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

Shades of Paua #140651

Tints of Paua #140651

Color information

#140651 (or 0x140651) is unknown color: approx Paua. HEX triplet: 14, 06 and 51. RGB value is (20,6,81). Sum of RGB (Red+Green+Blue) = 20+6+81=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #140651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140651 is #EBF9AE. Grayscale: #121212. Windows color (decimal): -15464879 or 5309972. OLE color: 5309972.

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

Color convert

RGB20681-
CMYK0.750.9300.68
HSL251.2º86.21%17.06%-
HSV(B)251.2º92.59%31.76%-
XYZ1.840.877.86-
YUV18.74163.14128.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 81 (32.03% from 255) = 75.70%
R=18.69%
G=5.61%
B=75.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal206810.750.9300.68251.286.2117.06
Hex146514B5D044fb5611
Octal246121113135010437312621
Binary101001101010001100101110111010100010011111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140651; }

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

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

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

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

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

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

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

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