#14144A

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

Shades of Paua #14144A

Tints of Paua #14144A

Color information

#14144A (or 0x14144A) is unknown color: approx Paua. HEX triplet: 14, 14 and 4A. RGB value is (20,20,74). Sum of RGB (Red+Green+Blue) = 20+20+74=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #14144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14144A is #EBEBB5. Grayscale: #191919. Windows color (decimal): -15461302 or 4854804. OLE color: 4854804.

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

Color convert

RGB202074-
CMYK0.730.7300.71
HSL240º57.45%18.43%-
HSV(B)240º72.97%29.02%-
XYZ1.771.146.61-
YUV26.16155123.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=17.54%
G=17.54%
B=64.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2020740.730.7300.7124057.4518.43
Hex14144A4949047f03912
Octal242411211111101073607122
Binary1010010100100101010010011001001010001111111000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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