#140B49

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

Shades of Paua #140B49

Tints of Paua #140B49

Color information

#140B49 (or 0x140B49) is unknown color: approx Paua. HEX triplet: 14, 0B and 49. RGB value is (20,11,73). Sum of RGB (Red+Green+Blue) = 20+11+73=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #140B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B49 is #EBF4B6. Grayscale: #141414. Windows color (decimal): -15463607 or 4786964. OLE color: 4786964.

HSL color Cylindrical-coordinate representation of color #140B49: hue angle of 248.71º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140B49 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB201173-
CMYK0.730.8500.71
HSL248.71º73.81%16.47%-
HSV(B)248.71º84.93%28.63%-
XYZ1.610.876.39-
YUV20.76157.48127.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 73 (28.91% from 255) = 70.19%
R=19.23%
G=10.58%
B=70.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2011730.730.8500.71248.7173.8116.47
Hex14B494955047f94a10
Octal2413111111125010737111220
Binary1010010111001001100100110101010100011111111001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140B49; }

 p { color: rgb(20,11,73); }

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

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

 a { background-color: rgb(20,11,73); }

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

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

 span { border-color: rgb(20,11,73); }

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