#140A4B

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

Shades of Paua #140A4B

Tints of Paua #140A4B

Color information

#140A4B (or 0x140A4B) is unknown color: approx Paua. HEX triplet: 14, 0A and 4B. RGB value is (20,10,75). Sum of RGB (Red+Green+Blue) = 20+10+75=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #140A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A4B is #EBF5B4. Grayscale: #141414. Windows color (decimal): -15463861 or 4917780. OLE color: 4917780.

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

Color convert

RGB201075-
CMYK0.730.8700.71
HSL249.23º76.47%16.67%-
HSV(B)249.23º86.67%29.41%-
XYZ1.670.876.74-
YUV20.4158.81127.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 75 (29.69% from 255) = 71.43%
R=19.05%
G=9.52%
B=71.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2010750.730.8700.71249.2376.4716.67
Hex14A4B4957047f94c11
Octal2412113111127010737111421
Binary1010010101001011100100110101110100011111111001100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,75); }

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

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

 a { background-color: rgb(20,10,75); }

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

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

 span { border-color: rgb(20,10,75); }

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