#140750

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

Shades of Paua #140750

Tints of Paua #140750

Color information

#140750 (or 0x140750) is unknown color: approx Paua. HEX triplet: 14, 07 and 50. RGB value is (20,7,80). Sum of RGB (Red+Green+Blue) = 20+7+80=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #140750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140750 is #EBF8AF. Grayscale: #121212. Windows color (decimal): -15464624 or 5244692. OLE color: 5244692.

HSL color Cylindrical-coordinate representation of color #140750: hue angle of 250.68º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140750 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB20780-
CMYK0.750.9100.69
HSL250.68º83.91%17.06%-
HSV(B)250.68º91.25%31.37%-
XYZ1.810.887.66-
YUV19.21162.31128.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=18.69%
G=6.54%
B=74.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal207800.750.9100.69250.6883.9117.06
Hex147504B5B045fb5411
Octal247120113133010537312421
Binary101001111010000100101110110110100010111111011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140750; }

 p { color: rgb(20,7,80); }

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

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

 a { background-color: rgb(20,7,80); }

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

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

 span { border-color: rgb(20,7,80); }

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