#140452

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

Shades of Paua #140452

Tints of Paua #140452

Color information

#140452 (or 0x140452) is unknown color: approx Paua. HEX triplet: 14, 04 and 52. RGB value is (20,4,82). Sum of RGB (Red+Green+Blue) = 20+4+82=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #140452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140452 is #EBFBAD. Grayscale: #111111. Windows color (decimal): -15465390 or 5374996. OLE color: 5374996.

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

Color convert

RGB20482-
CMYK0.760.9500.68
HSL252.31º90.7%16.86%-
HSV(B)252.31º95.12%32.16%-
XYZ1.850.848.05-
YUV17.68164.3129.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 82 (32.42% from 255) = 77.36%
R=18.87%
G=3.77%
B=77.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal204820.760.9500.68252.3190.716.86
Hex144524C5F044fc5b11
Octal244122114137010437413321
Binary101001001010010100110010111110100010011111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140452; }

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

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

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

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

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

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

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

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