#14154E

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

Shades of Paua #14154E

Tints of Paua #14154E

Color information

#14154E (or 0x14154E) is unknown color: approx Paua. HEX triplet: 14, 15 and 4E. RGB value is (20,21,78). Sum of RGB (Red+Green+Blue) = 20+21+78=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #14154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14154E is #EBEAB1. Grayscale: #1A1A1A. Windows color (decimal): -15461042 or 5117204. OLE color: 5117204.

HSL color Cylindrical-coordinate representation of color #14154E: hue angle of 238.97º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14154E is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB202178-
CMYK0.740.7300.69
HSL238.97º59.18%19.22%-
HSV(B)238.97º74.36%30.59%-
XYZ1.931.247.34-
YUV27.2156.67122.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 78 (30.86% from 255) = 65.55%
R=16.81%
G=17.65%
B=65.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2021780.740.7300.69238.9759.1819.22
Hex14154E4A49045ef3b13
Octal242511611211101053577323
Binary1010010101100111010010101001001010001011110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14154E; }

 p { color: rgb(20,21,78); }

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

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

 a { background-color: rgb(20,21,78); }

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

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

 span { border-color: rgb(20,21,78); }

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