#16064F

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

Shades of Paua #16064F

Tints of Paua #16064F

Color information

#16064F (or 0x16064F) is unknown color: approx Paua. HEX triplet: 16, 06 and 4F. RGB value is (22,6,79). Sum of RGB (Red+Green+Blue) = 22+6+79=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #16064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16064F is #E9F9B0. Grayscale: #121212. Windows color (decimal): -15333809 or 5178902. OLE color: 5178902.

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

Color convert

RGB22679-
CMYK0.720.9200.69
HSL253.15º85.88%16.67%-
HSV(B)253.15º92.41%30.98%-
XYZ1.810.877.47-
YUV19.11161.8130.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 79 (31.25% from 255) = 73.83%
R=20.56%
G=5.61%
B=73.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal226790.720.9200.69253.1585.8816.67
Hex1664F485C045fd5611
Octal266117110134010537512621
Binary101101101001111100100010111000100010111111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16064F; }

 p { color: rgb(22,6,79); }

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

<style>
 a { background-color: #16064F; }

 a { background-color: rgb(22,6,79); }

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

<style>
 span { border-color: #16064F; }

 span { border-color: rgb(22,6,79); }

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