#14114C

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

Shades of Paua #14114C

Tints of Paua #14114C

Color information

#14114C (or 0x14114C) is unknown color: approx Paua. HEX triplet: 14, 11 and 4C. RGB value is (20,17,76). Sum of RGB (Red+Green+Blue) = 20+17+76=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #14114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14114C is #EBEEB3. Grayscale: #181818. Windows color (decimal): -15462068 or 4985108. OLE color: 4985108.

HSL color Cylindrical-coordinate representation of color #14114C: hue angle of 243.05º degrees, saturation: 0.63, 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 #14114C is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB201776-
CMYK0.740.7800.70
HSL243.05º63.44%18.24%-
HSV(B)243.05º77.63%29.8%-
XYZ1.791.076.95-
YUV24.62156.99124.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=17.70%
G=15.04%
B=67.26%

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
Decimal2017760.740.7800.70243.0563.4418.24
Hex14114C4A4E046f33f12
Octal242111411211601063637722
Binary1010010001100110010010101001110010001101111001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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