#141249

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

Shades of Paua #141249

Tints of Paua #141249

Color information

#141249 (or 0x141249) is unknown color: approx Paua. HEX triplet: 14, 12 and 49. RGB value is (20,18,73). Sum of RGB (Red+Green+Blue) = 20+18+73=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #141249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141249 is #EBEDB6. Grayscale: #181818. Windows color (decimal): -15461815 or 4788756. OLE color: 4788756.

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

Color convert

RGB201873-
CMYK0.730.7500.71
HSL242.18º60.44%17.84%-
HSV(B)242.18º75.34%28.63%-
XYZ1.711.066.42-
YUV24.87155.16124.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 73 (28.91% from 255) = 65.77%
R=18.02%
G=16.22%
B=65.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2018730.730.7500.71242.1860.4417.84
Hex141249494B047f23c12
Octal242211111111301073627422
Binary1010010010100100110010011001011010001111111001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141249; }

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

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

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

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

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

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

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

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