#14074A

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

Shades of Paua #14074A

Tints of Paua #14074A

Color information

#14074A (or 0x14074A) is unknown color: approx Paua. HEX triplet: 14, 07 and 4A. RGB value is (20,7,74). Sum of RGB (Red+Green+Blue) = 20+7+74=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #14074A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14074A is #EBF8B5. Grayscale: #121212. Windows color (decimal): -15464630 or 4851476. OLE color: 4851476.

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

Color convert

RGB20774-
CMYK0.730.9100.71
HSL251.64º82.72%15.88%-
HSV(B)251.64º90.54%29.02%-
XYZ1.60.86.55-
YUV18.52159.31129.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 74 (29.30% from 255) = 73.27%
R=19.80%
G=6.93%
B=73.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal207740.730.9100.71251.6482.7215.88
Hex1474A495B047fc5310
Octal247112111133010737412320
Binary101001111001010100100110110110100011111111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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