#141148

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

Shades of Paua #141148

Tints of Paua #141148

Color information

#141148 (or 0x141148) is unknown color: approx Paua. HEX triplet: 14, 11 and 48. RGB value is (20,17,72). Sum of RGB (Red+Green+Blue) = 20+17+72=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #141148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141148 is #EBEEB7. Grayscale: #171717. Windows color (decimal): -15462072 or 4722964. OLE color: 4722964.

HSL color Cylindrical-coordinate representation of color #141148: hue angle of 243.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141148 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB201772-
CMYK0.720.7600.72
HSL243.27º61.8%17.45%-
HSV(B)243.27º76.39%28.24%-
XYZ1.661.026.24-
YUV24.17154.99125.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 72 (28.52% from 255) = 66.06%
R=18.35%
G=15.60%
B=66.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2017720.720.7600.72243.2761.817.45
Hex141148484C048f33e11
Octal242111011011401103637621
Binary1010010001100100010010001001100010010001111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141148; }

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

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

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

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

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

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

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

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