#140652

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

Shades of Paua #140652

Tints of Paua #140652

Color information

#140652 (or 0x140652) is unknown color: approx Paua. HEX triplet: 14, 06 and 52. RGB value is (20,6,82). Sum of RGB (Red+Green+Blue) = 20+6+82=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 82 (32.42% from 255 or 75.93% from 108); Max value from RGB is 82 - color contains mainly: blue. Hex color #140652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140652 is #EBF9AD. Grayscale: #121212. Windows color (decimal): -15464878 or 5375508. OLE color: 5375508.

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

Color convert

RGB20682-
CMYK0.760.9300.68
HSL251.05º86.36%17.25%-
HSV(B)251.05º92.68%32.16%-
XYZ1.880.898.06-
YUV18.85163.64128.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 82 (32.42% from 255) = 75.93%
R=18.52%
G=5.56%
B=75.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal206820.760.9300.68251.0586.3617.25
Hex146524C5D044fb5611
Octal246122114135010437312621
Binary101001101010010100110010111010100010011111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140652; }

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

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

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

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

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

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

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

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