#14074D

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

Shades of Paua #14074D

Tints of Paua #14074D

Color information

#14074D (or 0x14074D) is unknown color: approx Paua. HEX triplet: 14, 07 and 4D. RGB value is (20,7,77). Sum of RGB (Red+Green+Blue) = 20+7+77=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #14074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14074D is #EBF8B2. Grayscale: #121212. Windows color (decimal): -15464627 or 5048084. OLE color: 5048084.

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

Color convert

RGB20777-
CMYK0.740.9100.70
HSL251.14º83.33%16.47%-
HSV(B)251.14º90.91%30.2%-
XYZ1.70.847.09-
YUV18.87160.81128.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 77 (30.47% from 255) = 74.04%
R=19.23%
G=6.73%
B=74.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal207770.740.9100.70251.1483.3316.47
Hex1474D4A5B046fb5310
Octal247115112133010637312320
Binary101001111001101100101010110110100011011111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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