#16154E

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

Shades of Paua #16154E

Tints of Paua #16154E

Color information

#16154E (or 0x16154E) is unknown color: approx Paua. HEX triplet: 16, 15 and 4E. RGB value is (22,21,78). Sum of RGB (Red+Green+Blue) = 22+21+78=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #16154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16154E is #E9EAB1. Grayscale: #1B1B1B. Windows color (decimal): -15329970 or 5117206. OLE color: 5117206.

HSL color Cylindrical-coordinate representation of color #16154E: hue angle of 241.05º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16154E is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB222178-
CMYK0.720.7300.69
HSL241.05º57.58%19.41%-
HSV(B)241.05º73.08%30.59%-
XYZ1.971.267.35-
YUV27.8156.33123.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=18.18%
G=17.36%
B=64.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2221780.720.7300.69241.0557.5819.41
Hex16154E4849045f13a13
Octal262511611011101053617223
Binary1011010101100111010010001001001010001011111000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16154E; }

 p { color: rgb(22,21,78); }

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

<style>
 a { background-color: #16154E; }

 a { background-color: rgb(22,21,78); }

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

<style>
 span { border-color: #16154E; }

 span { border-color: rgb(22,21,78); }

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