#140851

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

Shades of Paua #140851

Tints of Paua #140851

Color information

#140851 (or 0x140851) is unknown color: approx Paua. HEX triplet: 14, 08 and 51. RGB value is (20,8,81). Sum of RGB (Red+Green+Blue) = 20+8+81=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #140851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140851 is #EBF7AE. Grayscale: #131313. Windows color (decimal): -15464367 or 5310484. OLE color: 5310484.

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

Color convert

RGB20881-
CMYK0.750.9000.68
HSL249.86º82.02%17.45%-
HSV(B)249.86º90.12%31.76%-
XYZ1.860.927.86-
YUV19.91162.48128.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 81 (32.03% from 255) = 74.31%
R=18.35%
G=7.34%
B=74.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal208810.750.9000.68249.8682.0217.45
Hex148514B5A044fa5211
Octal2410121113132010437212221
Binary1010010001010001100101110110100100010011111010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140851; }

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

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

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

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

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

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

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

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