#14174E

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

Shades of Paua #14174E

Tints of Paua #14174E

Color information

#14174E (or 0x14174E) is unknown color: approx Paua. HEX triplet: 14, 17 and 4E. RGB value is (20,23,78). Sum of RGB (Red+Green+Blue) = 20+23+78=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #14174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14174E is #EBE8B1. Grayscale: #1C1C1C. Windows color (decimal): -15460530 or 5117716. OLE color: 5117716.

HSL color Cylindrical-coordinate representation of color #14174E: hue angle of 236.9º 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 #14174E is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB202378-
CMYK0.740.7100.69
HSL236.9º59.18%19.22%-
HSV(B)236.9º74.36%30.59%-
XYZ1.971.317.36-
YUV28.37156.01122.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=16.53%
G=19.01%
B=64.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2023780.740.7100.69236.959.1819.22
Hex14174E4A47045ed3b13
Octal242711611210701053557323
Binary1010010111100111010010101000111010001011110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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