#141247

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

Shades of Paua #141247

Tints of Paua #141247

Color information

#141247 (or 0x141247) is unknown color: approx Paua. HEX triplet: 14, 12 and 47. RGB value is (20,18,71). Sum of RGB (Red+Green+Blue) = 20+18+71=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #141247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141247 is #EBEDB8. Grayscale: #181818. Windows color (decimal): -15461817 or 4657684. OLE color: 4657684.

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

Color convert

RGB201871-
CMYK0.720.7500.72
HSL242.26º59.55%17.45%-
HSV(B)242.26º74.65%27.84%-
XYZ1.641.046.07-
YUV24.64154.16124.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 71 (28.12% from 255) = 65.14%
R=18.35%
G=16.51%
B=65.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2018710.720.7500.72242.2659.5517.45
Hex141247484B048f23c11
Octal242210711011301103627421
Binary1010010010100011110010001001011010010001111001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141247; }

 p { color: rgb(20,18,71); }

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

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

 a { background-color: rgb(20,18,71); }

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

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

 span { border-color: rgb(20,18,71); }

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