#140251

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

Shades of Paua #140251

Tints of Paua #140251

Color information

#140251 (or 0x140251) is unknown color: approx Paua. HEX triplet: 14, 02 and 51. RGB value is (20,2,81). Sum of RGB (Red+Green+Blue) = 20+2+81=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #140251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140251 is #EBFDAE. Grayscale: #101010. Windows color (decimal): -15465903 or 5308948. OLE color: 5308948.

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

Color convert

RGB20281-
CMYK0.750.9800.68
HSL253.67º95.18%16.27%-
HSV(B)253.67º97.53%31.76%-
XYZ1.80.797.84-
YUV16.39164.46130.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 81 (32.03% from 255) = 78.64%
R=19.42%
G=1.94%
B=78.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal202810.750.9800.68253.6795.1816.27
Hex142514B62044fe5f10
Octal242121113142010437613720
Binary10100101010001100101111000100100010011111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140251; }

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

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

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

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

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

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

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

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