#14124D

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

Shades of Paua #14124D

Tints of Paua #14124D

Color information

#14124D (or 0x14124D) is unknown color: approx Paua. HEX triplet: 14, 12 and 4D. RGB value is (20,18,77). Sum of RGB (Red+Green+Blue) = 20+18+77=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #14124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14124D is #EBEDB2. Grayscale: #191919. Windows color (decimal): -15461811 or 5050900. OLE color: 5050900.

HSL color Cylindrical-coordinate representation of color #14124D: hue angle of 242.03º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14124D is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB201877-
CMYK0.740.7700.70
HSL242.03º62.11%18.63%-
HSV(B)242.03º76.62%30.2%-
XYZ1.841.127.14-
YUV25.32157.16124.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=17.39%
G=15.65%
B=66.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2018770.740.7700.70242.0362.1118.63
Hex14124D4A4D046f23e13
Octal242211511211501063627623
Binary1010010010100110110010101001101010001101111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14124D; }

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

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

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

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

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

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

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

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