#14134D

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

Shades of Paua #14134D

Tints of Paua #14134D

Color information

#14134D (or 0x14134D) is unknown color: approx Paua. HEX triplet: 14, 13 and 4D. RGB value is (20,19,77). Sum of RGB (Red+Green+Blue) = 20+19+77=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #14134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14134D is #EBECB2. Grayscale: #191919. Windows color (decimal): -15461555 or 5051156. OLE color: 5051156.

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

Color convert

RGB201977-
CMYK0.740.7500.70
HSL241.03º60.42%18.82%-
HSV(B)241.03º75.32%30.2%-
XYZ1.861.157.15-
YUV25.91156.83123.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 77 (30.47% from 255) = 66.38%
R=17.24%
G=16.38%
B=66.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2019770.740.7500.70241.0360.4218.82
Hex14134D4A4B046f13c13
Octal242311511211301063617423
Binary1010010011100110110010101001011010001101111000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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