#140451

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

Shades of Paua #140451

Tints of Paua #140451

Color information

#140451 (or 0x140451) is unknown color: approx Paua. HEX triplet: 14, 04 and 51. RGB value is (20,4,81). Sum of RGB (Red+Green+Blue) = 20+4+81=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #140451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140451 is #EBFBAE. Grayscale: #111111. Windows color (decimal): -15465391 or 5309460. OLE color: 5309460.

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

Color convert

RGB20481-
CMYK0.750.9500.68
HSL252.47º90.59%16.67%-
HSV(B)252.47º95.06%31.76%-
XYZ1.820.837.85-
YUV17.56163.8129.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 81 (32.03% from 255) = 77.14%
R=19.05%
G=3.81%
B=77.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal204810.750.9500.68252.4790.5916.67
Hex144514B5F044fc5b11
Octal244121113137010437413321
Binary101001001010001100101110111110100010011111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140451; }

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

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

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

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

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

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

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

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