#14104B

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

Shades of Paua #14104B

Tints of Paua #14104B

Color information

#14104B (or 0x14104B) is unknown color: approx Paua. HEX triplet: 14, 10 and 4B. RGB value is (20,16,75). Sum of RGB (Red+Green+Blue) = 20+16+75=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #14104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14104B is #EBEFB4. Grayscale: #171717. Windows color (decimal): -15462325 or 4919316. OLE color: 4919316.

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

Color convert

RGB201675-
CMYK0.730.7900.71
HSL244.07º64.84%17.84%-
HSV(B)244.07º78.67%29.41%-
XYZ1.741.036.76-
YUV23.92156.83125.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=18.02%
G=14.41%
B=67.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2016750.730.7900.71244.0764.8417.84
Hex14104B494F047f44112
Octal2420113111117010736410122
Binary10100100001001011100100110011110100011111110100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14104B; }

 p { color: rgb(20,16,75); }

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

<style>
 a { background-color: #14104B; }

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

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

<style>
 span { border-color: #14104B; }

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

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