#14114D

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

Shades of Paua #14114D

Tints of Paua #14114D

Color information

#14114D (or 0x14114D) is unknown color: approx Paua. HEX triplet: 14, 11 and 4D. RGB value is (20,17,77). Sum of RGB (Red+Green+Blue) = 20+17+77=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #14114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14114D is #EBEEB2. Grayscale: #181818. Windows color (decimal): -15462067 or 5050644. OLE color: 5050644.

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

Color convert

RGB201777-
CMYK0.740.7800.70
HSL243º63.83%18.43%-
HSV(B)243º77.92%30.2%-
XYZ1.831.097.13-
YUV24.74157.49124.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 77 (30.47% from 255) = 67.54%
R=17.54%
G=14.91%
B=67.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2017770.740.7800.7024363.8318.43
Hex14114D4A4E046f34012
Octal2421115112116010636310022
Binary10100100011001101100101010011100100011011110011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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