#14134C

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

Shades of Paua #14134C

Tints of Paua #14134C

Color information

#14134C (or 0x14134C) is unknown color: approx Paua. HEX triplet: 14, 13 and 4C. RGB value is (20,19,76). Sum of RGB (Red+Green+Blue) = 20+19+76=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #14134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14134C is #EBECB3. Grayscale: #191919. Windows color (decimal): -15461556 or 4985620. OLE color: 4985620.

HSL color Cylindrical-coordinate representation of color #14134C: hue angle of 241.05º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14134C is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB201976-
CMYK0.740.7500.70
HSL241.05º60%18.63%-
HSV(B)241.05º75%29.8%-
XYZ1.831.146.96-
YUV25.8156.33123.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 76 (30.08% from 255) = 66.09%
R=17.39%
G=16.52%
B=66.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2019760.740.7500.70241.056018.63
Hex14134C4A4B046f13c13
Octal242311411211301063617423
Binary1010010011100110010010101001011010001101111000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14134C; }

 p { color: rgb(20,19,76); }

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

<style>
 a { background-color: #14134C; }

 a { background-color: rgb(20,19,76); }

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

<style>
 span { border-color: #14134C; }

 span { border-color: rgb(20,19,76); }

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