#141146

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

Shades of Paua #141146

Tints of Paua #141146

Color information

#141146 (or 0x141146) is unknown color: approx Paua. HEX triplet: 14, 11 and 46. RGB value is (20,17,70). Sum of RGB (Red+Green+Blue) = 20+17+70=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #141146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141146 is #EBEEB9. Grayscale: #171717. Windows color (decimal): -15462074 or 4591892. OLE color: 4591892.

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

Color convert

RGB201770-
CMYK0.710.7600.73
HSL243.4º60.92%17.06%-
HSV(B)243.4º75.71%27.45%-
XYZ1.590.995.9-
YUV23.94153.99125.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=18.69%
G=15.89%
B=65.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2017700.710.7600.73243.460.9217.06
Hex141146474C049f33d11
Octal242110610711401113637521
Binary1010010001100011010001111001100010010011111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141146; }

 p { color: rgb(20,17,70); }

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

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

 a { background-color: rgb(20,17,70); }

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

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

 span { border-color: rgb(20,17,70); }

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