#140852

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

Shades of Paua #140852

Tints of Paua #140852

Color information

#140852 (or 0x140852) is unknown color: approx Paua. HEX triplet: 14, 08 and 52. RGB value is (20,8,82). Sum of RGB (Red+Green+Blue) = 20+8+82=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #140852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140852 is #EBF7AD. Grayscale: #131313. Windows color (decimal): -15464366 or 5376020. OLE color: 5376020.

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

Color convert

RGB20882-
CMYK0.760.9000.68
HSL249.73º82.22%17.65%-
HSV(B)249.73º90.24%32.16%-
XYZ1.90.938.06-
YUV20.02162.98127.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 82 (32.42% from 255) = 74.55%
R=18.18%
G=7.27%
B=74.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal208820.760.9000.68249.7382.2217.65
Hex148524C5A044fa5212
Octal2410122114132010437212222
Binary1010010001010010100110010110100100010011111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140852; }

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

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

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

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

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

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

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

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