#14054D

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

Shades of Paua #14054D

Tints of Paua #14054D

Color information

#14054D (or 0x14054D) is unknown color: approx Paua. HEX triplet: 14, 05 and 4D. RGB value is (20,5,77). Sum of RGB (Red+Green+Blue) = 20+5+77=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #14054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14054D is #EBFAB2. Grayscale: #111111. Windows color (decimal): -15465139 or 5047572. OLE color: 5047572.

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

Color convert

RGB20577-
CMYK0.740.9400.70
HSL252.5º87.8%16.08%-
HSV(B)252.5º93.51%30.2%-
XYZ1.680.797.09-
YUV17.69161.47129.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 77 (30.47% from 255) = 75.49%
R=19.61%
G=4.90%
B=75.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal205770.740.9400.70252.587.816.08
Hex1454D4A5E046fc5810
Octal245115112136010637413020
Binary101001011001101100101010111100100011011111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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