#14174D

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

Shades of Paua #14174D

Tints of Paua #14174D

Color information

#14174D (or 0x14174D) is unknown color: approx Paua. HEX triplet: 14, 17 and 4D. RGB value is (20,23,77). Sum of RGB (Red+Green+Blue) = 20+23+77=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #14174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14174D is #EBE8B2. Grayscale: #1C1C1C. Windows color (decimal): -15460531 or 5052180. OLE color: 5052180.

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

Color convert

RGB202377-
CMYK0.740.7000.70
HSL236.84º58.76%19.02%-
HSV(B)236.84º74.03%30.2%-
XYZ1.931.37.17-
YUV28.26155.51122.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=16.67%
G=19.17%
B=64.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2023770.740.7000.70236.8458.7619.02
Hex14174D4A46046ed3b13
Octal242711511210601063557323
Binary1010010111100110110010101000110010001101110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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