#14104A

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

Shades of Paua #14104A

Tints of Paua #14104A

Color information

#14104A (or 0x14104A) is unknown color: approx Paua. HEX triplet: 14, 10 and 4A. RGB value is (20,16,74). Sum of RGB (Red+Green+Blue) = 20+16+74=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #14104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14104A is #EBEFB5. Grayscale: #171717. Windows color (decimal): -15462326 or 4853780. OLE color: 4853780.

HSL color Cylindrical-coordinate representation of color #14104A: hue angle of 244.14º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14104A is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB201674-
CMYK0.730.7800.71
HSL244.14º64.44%17.65%-
HSV(B)244.14º78.38%29.02%-
XYZ1.711.016.58-
YUV23.81156.33125.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 74 (29.30% from 255) = 67.27%
R=18.18%
G=14.55%
B=67.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2016740.730.7800.71244.1464.4417.65
Hex14104A494E047f44012
Octal2420112111116010736410022
Binary10100100001001010100100110011100100011111110100100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14104A; }

 p { color: rgb(20,16,74); }

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

<style>
 a { background-color: #14104A; }

 a { background-color: rgb(20,16,74); }

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

<style>
 span { border-color: #14104A; }

 span { border-color: rgb(20,16,74); }

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