#14074f

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

Shades of Paua #14074F

Tints of Paua #14074F

Color information

#14074F (or 0x14074F) is unknown color: approx Paua. HEX triplet: 14, 07 and 4F. RGB value is (20,7,79). Sum of RGB (Red+Green+Blue) = 20+7+79=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #14074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14074F is #EBF8B0. Grayscale: #121212. Windows color (decimal): -15464625 or 5179156. OLE color: 5179156.

HSL color Cylindrical-coordinate representation of color #14074F: hue angle of 250.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14074F is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB20779-
CMYK0.750.9100.69
HSL250.83º83.72%16.86%-
HSV(B)250.83º91.14%30.98%-
XYZ1.780.877.47-
YUV19.1161.81128.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=18.87%
G=6.60%
B=74.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal207790.750.9100.69250.8383.7216.86
Hex1474F4B5B045fb5411
Octal247117113133010537312421
Binary101001111001111100101110110110100010111111011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14074f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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