#141248

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

Shades of Paua #141248

Tints of Paua #141248

Color information

#141248 (or 0x141248) is unknown color: approx Paua. HEX triplet: 14, 12 and 48. RGB value is (20,18,72). Sum of RGB (Red+Green+Blue) = 20+18+72=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #141248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141248 is #EBEDB7. Grayscale: #181818. Windows color (decimal): -15461816 or 4723220. OLE color: 4723220.

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

Color convert

RGB201872-
CMYK0.720.7500.72
HSL242.22º60%17.65%-
HSV(B)242.22º75%28.24%-
XYZ1.671.056.25-
YUV24.75154.66124.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=18.18%
G=16.36%
B=65.45%

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
Decimal2018720.720.7500.72242.226017.65
Hex141248484B048f23c12
Octal242211011011301103627422
Binary1010010010100100010010001001011010010001111001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141248; }

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

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

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

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

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

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

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

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