#14094D

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

Shades of Paua #14094D

Tints of Paua #14094D

Color information

#14094D (or 0x14094D) is unknown color: approx Paua. HEX triplet: 14, 09 and 4D. RGB value is (20,9,77). Sum of RGB (Red+Green+Blue) = 20+9+77=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #14094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14094D is #EBF6B2. Grayscale: #131313. Windows color (decimal): -15464115 or 5048596. OLE color: 5048596.

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

Color convert

RGB20977-
CMYK0.740.8800.70
HSL249.71º79.07%16.86%-
HSV(B)249.71º88.31%30.2%-
XYZ1.730.887.1-
YUV20.04160.14127.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 77 (30.47% from 255) = 72.64%
R=18.87%
G=8.49%
B=72.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal209770.740.8800.70249.7179.0716.86
Hex1494D4A58046fa4f11
Octal2411115112130010637211721
Binary1010010011001101100101010110000100011011111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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